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.
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:
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.