FMX.InAppPurchase.TCustomInAppPurchase.OnPurchaseCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPurchaseCompleted: TIAPPurchaseCompletedEvent

C++

__property TIAPPurchaseCompletedEvent OnPurchaseCompleted = {read=FOnPurchaseCompleted, write=FOnPurchaseCompleted};

Properties

Type Visibility Source Unit Parent
event public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase

Description

Triggered after successfully purchasing a product.

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.
  • NewTransaction is True if the product has just been purchased or False if it has been restored.

See Also