FMX.InAppPurchase.IFMXInAppPurchaseService.ConsumeProducts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ConsumeProducts(const ProductIDs: TStrings);

C++

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

Properties

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

Description

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

See Also