FMX.InAppPurchase.IInAppPurchaseCallbacks.DoRecordTransaction
Delphi
procedure DoRecordTransaction(const ProductID, TransactionID: string; TransactionDate: TDateTime);
C++
virtual void __fastcall DoRecordTransaction(const System::UnicodeString ProductID, const System::UnicodeString TransactionID, System::TDateTime TransactionDate) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp | FMX.InAppPurchase | IInAppPurchaseCallbacks | 
Description
Called after successfully purchasing a product, providing information about the purchase.
This method provides the following arguments:
- ProductIDis the ID of the purchased product.
- TransactionIDis the ID of the purchase.
- TransactionDateis the date of the purchase.