XStoreProduct
描述商店产品。语法
成员
storeId类型:const char* 产品 ID。 title
类型:const char* 产品的标题。 description
类型:const char* 商店产品的描述。 language
类型:const char* 表示标题和描述字符串所使用语言的国际标准化组织 (ISO) 标识符。请参阅 https://msdn.microsoft.com/library/ms693062(v=vs.85).aspx inAppOfferToken
类型:const char* 游戏定义的产品/服务令牌,可用于在内部映射项目。例如:com.company.product.itemname。 linkUri
类型:char* 产品的 URI。 productKind
类型:XStoreProductKind 指示商店产品的类型。 price
类型:XStorePrice 商店产品的价格信息。 hasDigitalDownload
类型:bool 指示商店产品是否具有数字下载。 isInUserCollection
类型:bool 指示产品是否在用户集合中。 keywordsCount
类型:uint32_t keywords 中的关键字数。 keywords
类型:const char** 与商店产品关联的关键字。 skusCount
类型:uint32_t skus 中的 SKU 数。 skus
类型:XStoreSku* 与产品关联的 SKU 数组。 imagesCount
类型:uint32_t images 中的图像数。 images
类型:XStoreImage* 与产品关联的图像。 videosCount
类型:uint32_t videos 中的视频数。 videos
类型:XStoreVideo* 与产品关联的视频。
