FMX.InAppPurchase.TCustomInAppPurchase.IsSetupComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSetupComplete: Boolean read FIsSetupComplete;

C++

__property bool IsSetupComplete = {read=FIsSetupComplete, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase

Description

Returns True if the component is connected to the in-app payment service and ready to be used. Otherwise it returns False.

If this method returns False, you may call SetupInAppPurchase to try and establish a connection to the in-app payment service.

See Also