C# Class MixpanelLite.Mixpanel

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: peterept/mixpanellite-unity

Public Properties

Property Type Description
mixpanelProjectToken string

Public Methods

Method Description
IdentifyAdd ( Hashtable properties = null ) : void
IdentifySet ( Hashtable properties = null ) : void
IdentifySetOnce ( Hashtable properties = null ) : void
IdentifyUpdate ( string operationName, Hashtable properties ) : void
QueueMessage ( string endpoint, Hashtable data ) : void
Track ( string eventName, Hashtable properties = null ) : void

Private Methods

Method Description
HandleQueuedMessages ( ) : IEnumerator

Method Details

IdentifyAdd() public method

public IdentifyAdd ( Hashtable properties = null ) : void
properties System.Collections.Hashtable
return void

IdentifySet() public method

public IdentifySet ( Hashtable properties = null ) : void
properties System.Collections.Hashtable
return void

IdentifySetOnce() public method

public IdentifySetOnce ( Hashtable properties = null ) : void
properties System.Collections.Hashtable
return void

IdentifyUpdate() public method

public IdentifyUpdate ( string operationName, Hashtable properties ) : void
operationName string
properties System.Collections.Hashtable
return void

QueueMessage() public method

public QueueMessage ( string endpoint, Hashtable data ) : void
endpoint string
data System.Collections.Hashtable
return void

Track() public method

public Track ( string eventName, Hashtable properties = null ) : void
eventName string
properties System.Collections.Hashtable
return void

Property Details

mixpanelProjectToken public property

public string mixpanelProjectToken
return string