FMX.InAppPurchase.TIAPErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIAPErrorEvent = procedure(Sender: TObject; ErrorKind: TFailureKind;
const ErrorMessage: string) of object;

C++

typedef void __fastcall (__closure *TIAPErrorEvent)(System::TObject* Sender, TFailureKind ErrorKind, const System::UnicodeString ErrorMessage);

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.