FMX.InAppPurchase
Provides support for in-app payment services.
Package | fmx280.bpl |
---|
Classes
EIAPException | Exception that may be raised by an implementation of IFMXInAppPurchaseService during operations with in-app payment services. |
EIAPNoLicenseKey | 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. |
EIAPNotSetup | Exception raised if you try to use your in-app payment service without previously setting up TInAppPurchase. |
IFMXInAppPurchaseService | Platform service that provides support for in-app payment services. |
IInAppPurchaseCallbacks | Interface that wrappers for in-app payment services such as TCustomInAppPurchase must implement to handle callbacks from the IFMXInAppPurchaseService platform service. |
TCustomInAppPurchase | Base class for components that provide access to in-app payment services. |
TIAPProductList | |
TInAppPurchase | Provides access to in-app payment services. |
TProduct | Represents a product from an in-app payment service. |
Types
TDownloadLengths | Represents a list of sizes of the downloadable files of a product. |
TFailureKind | Represents one of the different types of errors that TCustomInAppPurchase.OnError may handle. |
TIAPConsumeCompletedEvent | |
TIAPConsumeFailedEvent | |
TIAPDownloadCompletedEvent | |
TIAPDownloadProgressEvent | |
TIAPErrorEvent | |
TIAPProductsRequestResponseEvent | |
TIAPPurchaseCompletedEvent | |
TIAPRecordTransactionEvent | |
TIAPVerifyPayloadEvent |