API:FMX.InAppPurchase.TInAppPurchase.OnRecordTransaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRecordTransaction;

C++

__property OnRecordTransaction;

Properties

Type Visibility Source Unit Parent
event published
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TInAppPurchase

Description

Triggered after successfully purchasing a product, providing information about the purchase.

FMX.InAppPurchase.TInAppPurchase.OnRecordTransaction inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnRecordTransaction.

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