FMX.InAppPurchase.TCustomInAppPurchase.OnDownloadCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDownloadCompleted: TIAPDownloadCompletedEvent

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:

  • 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