Enum EventDestType
The destination type for web request events.
Namespace: UnityEngine.Purchasing
Syntax
public enum EventDestType
Fields
Name | Description | Value |
---|---|---|
Unknown | Unknown destination. |
0 |
AdsTracking | Simple GET using Ads TrackingUrl. |
1 |
IAP | POST to iap-events. |
2 |
Analytics | A custom or standard Unity Analytics event. |
3 |
CDP | Common Data Platform: the official internal unity 2018 API for new event types. |
4 |
CDPDirect | Used for direct connection to Common Data Platform. |
5 |
AdsIPC | Inter-Process Communication via Ads SendEvent. |
6 |