FMX.InAppPurchase.TIAPProductsRequestResponseEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIAPProductsRequestResponseEvent = procedure(Sender: TObject;
const Products: TIAPProductList; const InvalidProductIDs: TStrings) of object;

C++

typedef void __fastcall (__closure *TIAPProductsRequestResponseEvent)(System::TObject* Sender, TIAPProductList* const Products, System::Classes::TStrings* const InvalidProductIDs);

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.