FMX.InAppPurchase.TInAppPurchase.OnPurchaseCompleted
Delphi
property OnPurchaseCompleted: TIAPPurchaseCompletedEvent read FOnPurchaseCompleted write FOnPurchaseCompleted;
C++
__property OnPurchaseCompleted;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TInAppPurchase |
Description
Triggered after successfully purchasing a product.
FMX.InAppPurchase.TInAppPurchase.OnPurchaseCompleted inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnPurchaseCompleted. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnPurchaseCompleted.
Triggered after successfully purchasing a product.
This event provides the following arguments to its event handler:
Senderis the current instance of TCustomInAppPurchase.ProductIDis the ID of the purchased product.NewTransactionisTrueif the product has just been purchased orFalseif it has been restored.