API:FMX.InAppPurchase.EIAPNoLicenseKey

From RAD Studio API Documentation
Jump to: navigation, search

FMX.InAppPurchase.EIAPExceptionSystem.SysUtils.ExceptionSystem.TObjectEIAPNoLicenseKey

Delphi

EIAPNoLicenseKey = class(EIAPException);

C++

class PASCALIMPLEMENTATION EIAPNoLicenseKey : 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.EIAPNoLicenseKey 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