Class UdpSynchronizationApi
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: solution.dll
Syntax
[Obsolete("UDP support will be removed in the next major update of In-App Purchasing. Right now, the UDP SDK will still function normally in tandem with IAP.")]
public static class UdpSynchronizationApi
Methods
| Name | Description |
|---|---|
| CreateStoreItem(string, string, IapItem) | Call UDP store asynchronously to create a store item. |
| GetAccessToken(string) | Get Access Token according to authCode. |
| GetOrgId(string, string) | Call UDP store asynchronously to retrieve the Organization Identifier. |
| SearchStoreItem(string, string, string) | Call UDP store asynchronously to search for a store item. |
| UpdateStoreItem(string, IapItem) | Call UDP store asynchronously to update a store item. |