FMX.InAppPurchase.TFailureKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFailureKind = (ProductsRequest, Purchase);

C++

enum class DECLSPEC_DENUM TFailureKind : unsigned char { ProductsRequest, Purchase };

Properties

Type Visibility Source Unit Parent
enum public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase

Description

Represents one of the different types of errors that TCustomInAppPurchase.OnError may handle.

It may represent any of the following errors:

  • ProductsRequest: An error while retrieving information about a list of product IDs.
  • Purchase: An error while purchasing a product.

See Also