FMX.InAppPurchase.EIAPException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEIAPException

Delphi

EIAPException = class(Exception);

C++

class PASCALIMPLEMENTATION EIAPException : public System::Sysutils::Exception

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.

See Also