FMX.InAppPurchase.TCustomInAppPurchase.OnDownloadCompleted
Delphi
property OnDownloadCompleted: TIAPDownloadCompletedEvent read FOnDownloadCompleted write FOnDownloadCompleted;
C++
__property TIAPDownloadCompletedEvent OnDownloadCompleted = {read=FOnDownloadCompleted, write=FOnDownloadCompleted};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | public | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TCustomInAppPurchase |
Description
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.