FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction
Delphi
property OnRecordTransaction: TIAPRecordTransactionEvent read FOnRecordTransaction write FOnRecordTransaction;
C++
__property TIAPRecordTransactionEvent OnRecordTransaction = {read=FOnRecordTransaction, write=FOnRecordTransaction};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| event | public | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TCustomInAppPurchase |
Beschreibung
Wird nach dem erfolgreichen Erwerb eines Produkts aufgerufen und stellt Informationen über den Erwerb bereit.
Dieses Ereignis stellt die folgenden Argumente für seine Ereignisbehandlungsroutine bereit:
Senderist die aktuelle Instanz von TCustomInAppPurchase.ProductIDist die ID des gekauften Produkts.TransactionIDist die ID des Erwerbs.TransactionDateist das Datum des Erwerbs.