FMX.InAppPurchase.IInAppPurchaseCallbacks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IInAppPurchaseCallbacks = interface

C++

__interface  INTERFACE_UUID("{855557FC-1EE0-4295-8CFD-819D4BF21808}") IInAppPurchaseCallbacks  : public System::IInterface

Properties

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

Description

Interface that wrappers for in-app payment services such as TCustomInAppPurchase must implement to handle callbacks from the IFMXInAppPurchaseService platform service.

See Also