FMX.InAppPurchase.TInAppPurchase.OnDownloadCompleted

From RAD Studio API Documentation
Jump to: navigation, search

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:

  • Sender is the current instance of TCustomInAppPurchase.
  • ProductID is the ID of the product.
  • ContentID is the ID of the content that has been downloaded.
  • FilePath specifies where the content has been downloaded.

See Also