FMX.InAppPurchase.TIAPPurchaseCompletedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIAPPurchaseCompletedEvent = procedure(Sender: TObject;
const ProductID: string; NewTransaction: Boolean) of object;

C++

typedef void __fastcall (__closure *TIAPPurchaseCompletedEvent)(System::TObject* Sender, const System::UnicodeString ProductID, bool NewTransaction);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase

Description

Embarcadero Technologies does not currently have any additional information.