FMX.InAppPurchase.TInAppPurchase.OnConsumeFailed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnConsumeFailed: TIAPConsumeFailedEvent read FOnConsumeFailed write FOnConsumeFailed;

C++

__property OnConsumeFailed;

Properties

Type Visibility Source Unit Parent
event published
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TInAppPurchase

Description

Triggered after a product has failed to be consumed.

FMX.InAppPurchase.TInAppPurchase.OnConsumeFailed inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnConsumeFailed. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnConsumeFailed.

Triggered after a product has failed to be 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.
  • ErrorMessage provides a detailed description of the error.

See Also