C# Class UnityEngine.Analytics.UnityAnalyticsHandler

Inheritance: IDisposable
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CustomEvent ( CustomEventData eventData ) : AnalyticsResult
CustomEvent ( string customEventName ) : AnalyticsResult
Dispose ( ) : void
Transaction ( string productId, double amount, string currency, string receiptPurchaseData, string signature ) : AnalyticsResult
UnityAnalyticsHandler ( ) : System

Private Methods

Method Description
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

Method Details

CustomEvent() public method

public CustomEvent ( CustomEventData eventData ) : AnalyticsResult
eventData CustomEventData
return AnalyticsResult

CustomEvent() public method

public CustomEvent ( string customEventName ) : AnalyticsResult
customEventName string
return AnalyticsResult

Dispose() public method

public Dispose ( ) : void
return void

Transaction() public method

public Transaction ( string productId, double amount, string currency, string receiptPurchaseData, string signature ) : AnalyticsResult
productId string
amount double
currency string
receiptPurchaseData string
signature string
return AnalyticsResult

UnityAnalyticsHandler() public method

public UnityAnalyticsHandler ( ) : System
return System