Interface IUDPExtensions
Namespace: UnityEngine.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 interface IUDPExtensions : IStoreExtension
Methods
Name | Description |
---|---|
EnableDebugLog(bool) | Enable debug log for UDP. |
GetLastInitializationError() | Return the UDP initialization error. |
GetUserInfo() | Some stores return user information after initialization. |
RegisterPurchaseDeferredListener(Action<Product>) | Called when a processing a purchase from UDP that is in the "OnPurchasePending" state. |