C# 클래스 Mixpanel

파일 보기 프로젝트 열기: imann24/cs327-bestmobilegameever 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EnableLogging bool
SuperProperties object>.Dictionary
Token string
sendEventsInEditor bool

공개 메소드들

메소드 설명
CreateAlias ( string Alias ) : void
SendEvent ( string eventName, object>.IDictionary properties = null ) : void
SendPeople ( object>.IDictionary peoProps, string operationType = "set" ) : void
TrackCharge ( string amount ) : void

비공개 메소드들

메소드 설명
CreateAliasCoroutine ( string url ) : IEnumerator
EncodeTo64 ( string toEncode ) : string
SendEventCoroutine ( string url ) : IEnumerator
StartCoroutine ( IEnumerator coroutine ) : void
addCustomSuperProperties ( object>.Dictionary propsDict ) : void

메소드 상세

CreateAlias() 공개 정적인 메소드

public static CreateAlias ( string Alias ) : void
Alias string
리턴 void

SendEvent() 공개 정적인 메소드

public static SendEvent ( string eventName, object>.IDictionary properties = null ) : void
eventName string
properties object>.IDictionary
리턴 void

SendPeople() 공개 정적인 메소드

public static SendPeople ( object>.IDictionary peoProps, string operationType = "set" ) : void
peoProps object>.IDictionary
operationType string
리턴 void

TrackCharge() 공개 정적인 메소드

public static TrackCharge ( string amount ) : void
amount string
리턴 void

프로퍼티 상세

EnableLogging 공개적으로 정적으로 프로퍼티

public static bool EnableLogging
리턴 bool

SuperProperties 공개적으로 정적으로 프로퍼티

public static Dictionary SuperProperties
리턴 object>.Dictionary

Token 공개적으로 정적으로 프로퍼티

public static string Token
리턴 string

sendEventsInEditor 공개적으로 정적으로 프로퍼티

public static bool sendEventsInEditor
리턴 bool