FMX.InAppPurchase.IFMXInAppPurchaseService.SetupInAppPurchase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetupInAppPurchase(Component: TCustomInAppPurchase);

C++

virtual void __fastcall SetupInAppPurchase(TCustomInAppPurchase* Component) = 0 ;

Properties

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

Description

Establishes a connection between the in-app payment service and the specified instance of TCustomInAppPurchase.

This procedure is asynchronous. Once it finishes, it triggers the TCustomInAppPurchase.OnSetupComplete event on the specified component.

See Also