FMX.InAppPurchase.EIAPNotSetup

From RAD Studio API Documentation
Jump to: navigation, search

FMX.InAppPurchase.EIAPExceptionSystem.SysUtils.ExceptionSystem.TObjectEIAPNotSetup

Delphi

EIAPNotSetup = class(EIAPException);

C++

class PASCALIMPLEMENTATION EIAPNotSetup : public EIAPException

Properties

Type Visibility Source Unit Parent
class public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase

Description

Exception raised if you try to use your in-app payment service without previously setting up TInAppPurchase.

The following are examples of members that raise this exception:

See Also