XStoreRateAndReviewResult
The results for a call to XStoreShowRateAndReviewUIAsync.
Syntax
typedef struct XStoreRateAndReviewResult {
bool wasUpdated;
} XStoreRateAndReviewResult
Members
wasUpdated
Type: bool
Indicates whether the rating and review has changed.
Remarks
To obtain an XStoreRateAndReviewResult you must first call XStoreShowRateAndReviewUIAsync. The struct is populated in its result function XStoreShowRateAndReviewUIResult. XStoreRateAndReviewResult is a return parameter for XStoreShowRateAndReviewUIResult.
Requirements
Header: XStore.h (included in XGameRuntime.h)
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles
See also
XStore
XStoreShowRateAndReviewUIAsync
XStoreShowRateAndReviewUIResult