XStoreRateAndReviewResult
调用 XStoreShowRateAndReviewUIAsync 的结果。
语法
typedef struct XStoreRateAndReviewResult {
bool wasUpdated;
} XStoreRateAndReviewResult
成员
wasUpdated
类型:bool
指示是否已更改分级和评价。
备注
要获取 XStoreRateAndReviewResult,必须先调用 XStoreShowRateAndReviewUIAsync。 结构在其结果函数 XStoreShowRateAndReviewUIResult 中填充。 XStoreRateAndReviewResult 是 XStoreShowRateAndReviewUIResult 的返回参数。
要求
头文件:XStore.h(包含在 XGameRuntime.h 中)
支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机
另请参阅
XStore
XStoreShowRateAndReviewUIAsync
XStoreShowRateAndReviewUIResult