FMX.InAppPurchase.IInAppPurchaseCallbacks Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. | 
| DoConsumeCompleted | public | Called after a product has been successfully consumed. | 
| DoConsumeFailed | public | Called after a product has failed to be consumed. | 
| DoDownloadCompleted | public | Called after the download of a product's data has been completed. | 
| DoDownloadProgress | public | Called during the download of a product's data. | 
| DoError | public | Called when an error occurs while retrieving information about a list of product IDs or while purchasing a product. | 
| DoProductsRequestResponse | public | Called after successfully retrieving information about the specified list of product IDs. | 
| DoPurchaseCompleted | public | Called after successfully purchasing a product. | 
| DoRecordTransaction | public | Called after successfully purchasing a product, providing information about the purchase. | 
| DoSetupComplete | public | Called after successfully establishing a connection to the in-app payment service. | 
| DoVerifyPayload | public | Called after obtaining the developer payload string. | 
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. | 
| Release | public | Decrements the reference count for this interface. | 
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |