API: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 that may be raised by an implementation of IFMXInAppPurchaseService during operations with in-app payment services.

FMX.InAppPurchase.EIAPNotSetup inherits from FMX.InAppPurchase.EIAPException. All content below this line refers to FMX.InAppPurchase.EIAPException.

Exception that may be raised by an implementation of IFMXInAppPurchaseService during operations with in-app payment services.

See Also