메소드 | 설명 | |
---|---|---|
CustomEvent ( CustomEventData eventData ) : AnalyticsResult | ||
CustomEvent ( string customEventName ) : AnalyticsResult | ||
Dispose ( ) : void | ||
Transaction ( string productId, double amount, string currency, string receiptPurchaseData, string signature ) : AnalyticsResult | ||
UnityAnalyticsHandler ( ) : System |
메소드 | 설명 | |
---|---|---|
FlushEvents ( ) : AnalyticsResult | ||
InternalCreate ( ) : void | ||
InternalDestroy ( ) : void | ||
InternalTransaction ( string productId, double amount, string currency, string receiptPurchaseData, string signature, bool usingIAPService ) : AnalyticsResult | ||
SendCustomEvent ( CustomEventData eventData ) : AnalyticsResult | ||
SendCustomEventName ( string customEventName ) : AnalyticsResult | ||
SetUserBirthYear ( int birthYear ) : AnalyticsResult | ||
SetUserGender ( Gender gender ) : AnalyticsResult | ||
SetUserId ( string userId ) : AnalyticsResult | ||
Transaction ( string productId, double amount, string currency ) : AnalyticsResult | ||
Transaction ( string productId, double amount, string currency, string receiptPurchaseData, string signature, bool usingIAPService ) : AnalyticsResult |
public CustomEvent ( CustomEventData eventData ) : AnalyticsResult | ||
eventData | CustomEventData | |
리턴 | AnalyticsResult |
public CustomEvent ( string customEventName ) : AnalyticsResult | ||
customEventName | string | |
리턴 | AnalyticsResult |
public Transaction ( string productId, double amount, string currency, string receiptPurchaseData, string signature ) : AnalyticsResult | ||
productId | string | |
amount | double | |
currency | string | |
receiptPurchaseData | string | |
signature | string | |
리턴 | AnalyticsResult |