FMX.InAppPurchase.TInAppPurchase.OnProductsRequestResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnProductsRequestResponse: TIAPProductsRequestResponseEvent read FOnProductsRequestResponse write FOnProductsRequestResponse;

C++

__property OnProductsRequestResponse;

Properties

Type Visibility Source Unit Parent
event published
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TInAppPurchase

Description

Triggered after successfully retrieving information about the specified list of product IDs.

FMX.InAppPurchase.TInAppPurchase.OnProductsRequestResponse inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnProductsRequestResponse. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnProductsRequestResponse.

Triggered after successfully retrieving information about the specified list of product IDs.

This event provides the following arguments to its event handler:

  • Sender is the current instance of TCustomInAppPurchase.
  • Products, a TList of instances of TProduct with detailed information about each of the products with a valid ID.
  • InvalidProductIDs, a TStrings that provides a list with the previously specified product IDs that are invalid.

See Also