FMX.InAppPurchase.TCustomInAppPurchase.ConsumeProducts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ConsumeProducts(const ProductIDs: TStrings);

C++

void __fastcall ConsumeProducts(System::Classes::TStrings* const ProductIDs);

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 products with the specified product IDs have 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