FMX.InAppPurchase.IInAppPurchaseCallbacks.DoPurchaseCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPurchaseCompleted(const ProductID: string; NewTransaction: Boolean);

C++

virtual void __fastcall DoPurchaseCompleted(const System::UnicodeString ProductID, bool NewTransaction) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase IInAppPurchaseCallbacks

Description

Called after successfully purchasing a product.

This method provides the following arguments:

  • 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