C# Class MixpanelController

Inheritance: MonoBehaviour
Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes publiques

Свойство Type Description
instance MixpanelController,
versionNumber string

Méthodes publiques

Méthode 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

Méthode Description
FirstUse ( string date, string distinct_id ) : void

Method Details

AddSuperProperties() static public méthode

static public AddSuperProperties ( string propertyName, string propertyValue ) : void
propertyName string
propertyValue string
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

ConvertFloatToTimeString() public static méthode

public static ConvertFloatToTimeString ( float _time ) : string
_time float
Résultat string

Destroy() public méthode

public Destroy ( ) : void
Résultat void

GamePlay() public static méthode

public static GamePlay ( bool isReplay ) : void
isReplay bool
Résultat void

LinkToEvents() public méthode

public LinkToEvents ( ) : void
Résultat void

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( int level ) : void
level int
Résultat void

RemoveSuperProperties() static public méthode

static public RemoveSuperProperties ( string property ) : void
property string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UnlinkFromEvents() public méthode

public UnlinkFromEvents ( ) : void
Résultat void

handleNamedEvents() public méthode

public handleNamedEvents ( string eventName ) : void
eventName string
Résultat void

handleNamedTextEvents() public méthode

public handleNamedTextEvents ( string eventName, string text ) : void
eventName string
text string
Résultat void

sendInventoryEvent() public méthode

public sendInventoryEvent ( string eventName, InventoryReport, inventoryReport ) : void
eventName string
inventoryReport InventoryReport,
Résultat void

sendSimpleNamedEvent() public méthode

public sendSimpleNamedEvent ( string eventName ) : void
eventName string
Résultat void

Property Details

instance public_oe static_oe property

public static MixpanelController, instance
Résultat MixpanelController,

versionNumber public_oe property

public string versionNumber
Résultat string