FMX.InAppPurchase.TCustomInAppPurchase.OnConsumeFailed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnConsumeFailed: TIAPConsumeFailedEvent read FOnConsumeFailed  write FOnConsumeFailed;

C++

__property TIAPConsumeFailedEvent OnConsumeFailed = {read=FOnConsumeFailed, write=FOnConsumeFailed};

Properties

Type Visibility Source Unit Parent
event public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase

Description

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