FMX.InAppPurchase.IFMXInAppPurchaseService.PurchaseProduct

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PurchaseProduct(const ProductID: string);

C++

virtual void __fastcall PurchaseProduct(const System::UnicodeString ProductID) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase IFMXInAppPurchaseService

Description

Requests the purchase of the product with the specified ID from the in-app payment service.

This request eventually triggers an event:

See Also