FMX.InAppPurchase.TCustomInAppPurchase

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomInAppPurchase

Delphi

TCustomInAppPurchase = class(TComponent, IInAppPurchaseCallbacks)

C++

class PASCALIMPLEMENTATION TCustomInAppPurchase : public System::Classes::TComponent

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.

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