FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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:

  • Sender ist die aktuelle Instanz von TCustomInAppPurchase.
  • ProductID ist die ID des gekauften Produkts.
  • TransactionID ist die ID des Erwerbs.
  • TransactionDate ist das Datum des Erwerbs.

Siehe auch