Method IsPurchasedProductDeferred
IsPurchasedProductDeferred(Product)
THIS IS A FAKE, NO CODE WILL BE EXECUTED!
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
public bool IsPurchasedProductDeferred(Product product)
Parameters
| Type | Name | Description |
|---|---|---|
| Product | product | Product |
Returns
| Type | Description |
|---|---|
| bool |
|