XblReputationFeedbackItem
Represents the parameters for submitting reputation feedback on a user.Syntax
Members
xboxUserIdType: uint64_t The XBOX User ID of the user that reputation feedback is being submitted on. feedbackType
Type: XblReputationFeedbackType The reputation feedback type being submitted. sessionReference
Type: XblMultiplayerSessionReference* Multiplayer session reference describing the MPSD session this feedback relates to. (Optional) reasonMessage
Type: const char* UTF-8 encoded user supplied text added to explain the reason for the feedback. evidenceResourceId
Type: const char* The UTF-8 encoded id of a resource that can be used as evidence for the feedback. Example: the Id of a video file.
