Record TAvailableProduct

Hierarchy
Methods
Properties

Unit

Declaration

type TAvailableProduct = record

Description

Information about product possible to be bought given to TInAppPurchases.SetAvailableProducts.

Source: src/services/castleinapppurchases.pas (line 101).

Overview

Fields

Public Name: string;
Public Category: string;

Description

Fields

Public Name: string;

Unique product identifier.

Source: src/services/castleinapppurchases.pas (line 103).

Public Category: string;

Category. For now used only for analytics.

Source: src/services/castleinapppurchases.pas (line 106).


Generated by PasDoc 0.17.0.snapshot.