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 the Android implementation of IFMXInAppPurchaseService if you try to use the Google Play In-app Billing service without previously specifying your license key.

See Also