FMX.InAppPurchase.TProduct

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTProduct

Delphi

TProduct = class

C++

class PASCALIMPLEMENTATION TProduct : public System::TObject

Properties

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

Description

Represents a product from an in-app payment service.

When you add in-app payments to your mobile applications, you can request information about a list of products. The response comes on the OnProductsRequestResponse event, which provides a list of instances of TProduct.

TProduct provides many properties with detailed information about the product that it represents.

See Also