UnityEngine.Analytics.UnityAnalyticsHandler.InternalTransaction C# (CSharp) Method

InternalTransaction() private method

private InternalTransaction ( string productId, double amount, string currency, string receiptPurchaseData, string signature, bool usingIAPService ) : AnalyticsResult
productId string
amount double
currency string
receiptPurchaseData string
signature string
usingIAPService bool
return AnalyticsResult
        private extern AnalyticsResult InternalTransaction(string productId, double amount, string currency, string receiptPurchaseData, string signature, bool usingIAPService);
        public AnalyticsResult CustomEvent(string customEventName)