FMX.InAppPurchase.TInAppPurchase.OnConsumeCompleted
Delphi
property OnConsumeCompleted;
C++
__property OnConsumeCompleted;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TInAppPurchase |
Description
Triggered after a product has been successfully consumed.
FMX.InAppPurchase.TInAppPurchase.OnConsumeCompleted inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnConsumeCompleted. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnConsumeCompleted.
Triggered after a product has been successfully consumed.
This event provides the following arguments to its event handler:
Sender
is the current instance of TCustomInAppPurchase.ProductID
is the ID of the consumed product.