This data structure is part of the Ecom Interface.
Remarks
Contains information about a single item within the catalog. Instances of this structure are created by EOS_Ecom_CopyOfferItemByIndex. They must be passed to EOS_Ecom_CatalogItem_Release.
Properties
EOS_Ecom_CatalogItem
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_ECOM_CATALOGITEM_API_LATEST. |
const char* CatalogNamespace | Product namespace in which this item exists |
EOS_Ecom_CatalogItemId Id | The ID of this item |
EOS_Ecom_EntitlementName EntitlementName | The entitlement name associated with this item |
const char* TitleText | Localized UTF-8 title of this item |
const char* DescriptionText | Localized UTF-8 description of this item |
const char* LongDescriptionText | Localized UTF-8 long description of this item |
const char* TechnicalDetailsText | Localized UTF-8 technical details of this item |
const char* DeveloperText | Localized UTF-8 developer of this item |
EOS_EEcomItemType ItemType | The type of item as defined in the catalog |
int64_t EntitlementEndTimestamp | If not -1 then this is the POSIX timestamp that the entitlement will end |