C# Class MixpanelController

Inheritance: MonoBehaviour
Mostrar archivo Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
instance MixpanelController,
versionNumber string

Public Methods

Method Description
AddSuperProperties ( string propertyName, string propertyValue ) : void
Awake ( ) : void
ConvertFloatToTimeString ( float _time ) : string
Destroy ( ) : void
GamePlay ( bool isReplay ) : void
LinkToEvents ( ) : void
OnLevelWasLoaded ( int level ) : void
RemoveSuperProperties ( string property ) : void
Start ( ) : void
UnlinkFromEvents ( ) : void
handleNamedEvents ( string eventName ) : void
handleNamedTextEvents ( string eventName, string text ) : void
sendInventoryEvent ( string eventName, InventoryReport, inventoryReport ) : void
sendSimpleNamedEvent ( string eventName ) : void

Private Methods

Method Description
FirstUse ( string date, string distinct_id ) : void

Method Details

AddSuperProperties() static public method

static public AddSuperProperties ( string propertyName, string propertyValue ) : void
propertyName string
propertyValue string
return void

Awake() public method

public Awake ( ) : void
return void

ConvertFloatToTimeString() public static method

public static ConvertFloatToTimeString ( float _time ) : string
_time float
return string

Destroy() public method

public Destroy ( ) : void
return void

GamePlay() public static method

public static GamePlay ( bool isReplay ) : void
isReplay bool
return void

LinkToEvents() public method

public LinkToEvents ( ) : void
return void

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

RemoveSuperProperties() static public method

static public RemoveSuperProperties ( string property ) : void
property string
return void

Start() public method

public Start ( ) : void
return void

UnlinkFromEvents() public method

public UnlinkFromEvents ( ) : void
return void

handleNamedEvents() public method

public handleNamedEvents ( string eventName ) : void
eventName string
return void

handleNamedTextEvents() public method

public handleNamedTextEvents ( string eventName, string text ) : void
eventName string
text string
return void

sendInventoryEvent() public method

public sendInventoryEvent ( string eventName, InventoryReport, inventoryReport ) : void
eventName string
inventoryReport InventoryReport,
return void

sendSimpleNamedEvent() public method

public sendSimpleNamedEvent ( string eventName ) : void
eventName string
return void

Property Details

instance public_oe static_oe property

public static MixpanelController, instance
return MixpanelController,

versionNumber public_oe property

public string versionNumber
return string