FMX.InAppPurchase.IInAppPurchaseCallbacks.DoConsumeFailed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoConsumeFailed(const ProductID, ErrorMessage: string);

C++

virtual void __fastcall DoConsumeFailed(const System::UnicodeString ProductID, const System::UnicodeString ErrorMessage) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase IInAppPurchaseCallbacks

Description

Called after a product has failed to be consumed.

ProductID is the ID of the consumed product, and ErrorMessage provides a detailed description of the error.

See Also