You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- #if IAP_ANALYTICS_SERVICE_ENABLED || IAP_ANALYTICS_SERVICE_ENABLED_WITH_SERVICE_COMPONENT
- using System;
- using Unity.Services.Analytics;
-
- namespace UnityEngine.Purchasing
- {
- class AnalyticsTransactionReceipt
- {
- public string transactionReceipt { get; set; }
- public string transactionReceiptSignature { get; set; }
- public TransactionServer? transactionServer { get; set; }
- }
- }
- #endif
|