FMX.InAppPurchase.TInAppPurchase.OnDownloadCompleted
Delphi
property OnDownloadCompleted;
C++
__property OnDownloadCompleted;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TInAppPurchase |
Description
Triggered after the download of a product's data has been completed.
FMX.InAppPurchase.TInAppPurchase.OnDownloadCompleted inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnDownloadCompleted. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnDownloadCompleted.
Triggered after the download of a product's data has been completed.
- Note: Download of product data is only available for the iOS In-App Purchase service.
This event provides the following arguments to its event handler:
Senderis the current instance of TCustomInAppPurchase.ProductIDis the ID of the product.ContentIDis the ID of the content that has been downloaded.FilePathspecifies where the content has been downloaded.