FMX.InAppPurchase.TInAppPurchase.OnProductsRequestResponse
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. {{#multireplace:FMX.InAppPurchase.TInAppPurchase.OnProductsRequestResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.InAppPurchase.TCustomInAppPurchase.OnProductsRequestResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.InAppPurchase.TCustomInAppPurchase.OnProductsRequestResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Triggered after successfully retrieving information about the specified list of product IDs.
This event provides the following arguments to its event handler:
Senderis 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.