FMX.InAppPurchase.TInAppPurchase.OnRecordTransaction
Delphi
property OnRecordTransaction;
C++
__property OnRecordTransaction;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TInAppPurchase |
Description
Triggered after successfully purchasing a product, providing information about the purchase.
FMX.InAppPurchase.TInAppPurchase.OnRecordTransaction inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction.
Triggered after successfully purchasing a product, providing information about the purchase.
This event provides the following arguments to its event handler:
Senderis the current instance of TCustomInAppPurchase.ProductIDis the ID of the purchased product.TransactionIDis the ID of the purchase.TransactionDateis the date of the purchase.