FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction
Delphi
property OnRecordTransaction: TIAPRecordTransactionEvent read FOnRecordTransaction write FOnRecordTransaction;
C++
__property TIAPRecordTransactionEvent OnRecordTransaction = {read=FOnRecordTransaction, write=FOnRecordTransaction};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | public | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TCustomInAppPurchase |
Description
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.