API:FMX.InAppPurchase.TInAppPurchase

From RAD Studio API Documentation
Jump to: navigation, search

FMX.InAppPurchase.TCustomInAppPurchaseSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTInAppPurchase

Delphi

TInAppPurchase = class(TCustomInAppPurchase)

C++

class PASCALIMPLEMENTATION TInAppPurchase : public TCustomInAppPurchase

Properties

Type Visibility Source Unit Parent
class public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase

Description

Base class for components that provide access to in-app payment services.

FMX.InAppPurchase.TInAppPurchase inherits from FMX.InAppPurchase.TCustomInAppPurchase. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.

Base class for components that provide access to in-app payment services.

In-app payment services let you sell digital content directly within your applications. TCustomInAppPurchase abstracts your applications from the particularities of each in-app payment service and platform.

The following in-app payment services are supported:

The TInAppPurchase component is a subclass of TCustomInAppPurchase.

See Also