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