FMX.InAppPurchase.IFMXInAppPurchaseService.QueryProducts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure QueryProducts(const ProductIDs: TStrings);

C++

virtual void __fastcall QueryProducts(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

Requests information from the in-app payment service about the products with the specified list of IDs.

This request eventually triggers an event:

See Also