FMX.InAppPurchase.TInAppPurchase.OnRecordTransaction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnRecordTransaction: TIAPRecordTransactionEvent read FOnRecordTransaction write FOnRecordTransaction;

C++

__property OnRecordTransaction;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TInAppPurchase

Beschreibung

Wird nach dem erfolgreichen Erwerb eines Produkts aufgerufen und stellt Informationen über den Erwerb bereit.

FMX.InAppPurchase.TInAppPurchase.OnRecordTransaction erbt von FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction. Der folgende Inhalt bezieht sich auf FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction.

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