Method IsPurchasedProductDeferred
IsPurchasedProductDeferred(Product)
Determines if the purchase of a product in the Google Play Store is deferred based on its receipt. This indicates if there is an additional step to complete a transaction in between when a user initiates a purchase and when the payment method for the purchase is processed. Handling pending transactions
Declaration
bool IsPurchasedProductDeferred(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | Product |
Returns
Type | Description |
---|---|
bool |
|