Method RegisterPurchaseDeferredListener
RegisterPurchaseDeferredListener(Action<Product>)
Called when a processing a purchase from UDP that is in the "OnPurchasePending" state.
Declaration
void RegisterPurchaseDeferredListener(Action<Product> action)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<Product> | action | Action will be called with the product that is in the "OnPurchasePending" state. |