FMX.InAppPurchase.TCustomInAppPurchase.ConsumeProduct

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ConsumeProduct(const ProductID: string);

C++

void __fastcall ConsumeProduct(const System::UnicodeString ProductID);

Properties

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

Description

Lets the in-app payment service know that the purchased product with the specified product ID has been successfully consumed by your application.

This method raises an EIAPNotSetup exception if you use it before you establish a connection with the in-app payment service.

See Also