FMX.InAppPurchase.TInAppPurchase.OnDownloadProgress
Delphi
property OnDownloadProgress;
C++
__property OnDownloadProgress;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TInAppPurchase |
Description
Triggered during the download of a product's data.
FMX.InAppPurchase.TInAppPurchase.OnDownloadProgress inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnDownloadProgress. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnDownloadProgress.
Triggered during the download of a product's data. It provides information regarding the progress of the content download.
- 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 is being downloaded.TimeRemainingis the estimated time remaining for the download to finish, in seconds.Progressis the progress of the download so far. Its value lies between0.0(the download has not started yet) and1.0(the download is complete).