FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRecordTransaction: TIAPRecordTransactionEvent

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:

  • Sender is the current instance of TCustomInAppPurchase.
  • ProductID is the ID of the purchased product.
  • TransactionID is the ID of the purchase.
  • TransactionDate is the date of the purchase.

See Also