Edit

Share via


ReputationService.SubmitReputationFeedbackAsync Method

Definition

Submits reputation feedback on the specified user.

public Windows.Foundation.IAsyncAction SubmitReputationFeedbackAsync (string xboxUserId, Microsoft.Xbox.Services.Social.ReputationFeedbackType reputationFeedbackType, string sessionName, string reasonMessage, string evidenceResourceId);
abstract member SubmitReputationFeedbackAsync : string * Microsoft.Xbox.Services.Social.ReputationFeedbackType * string * string * string -> Windows.Foundation.IAsyncAction
override this.SubmitReputationFeedbackAsync : string * Microsoft.Xbox.Services.Social.ReputationFeedbackType * string * string * string -> Windows.Foundation.IAsyncAction

Parameters

xboxUserId
String

The Xbox User ID of the user that reputation feedback is being submitted on.

reputationFeedbackType
ReputationFeedbackType

The reputation feeback type being submitted.

sessionName
String

The name of the multiplayer session directory session the user is sending feedback from. (Optional)

reasonMessage
String

User supplied text added to explain the reason for the feedback. (Optional)

evidenceResourceId
String

The Id of a resource that can be used as evidence for the feedback. Example: the Id of a video file. (Optional)

Returns

Windows.Foundation.IAsyncAction

The async object for notifying when the operation has been completed.

Implements

Microsoft.Xbox.Services.Social.__IReputationServicePublicNonVirtuals.SubmitReputationFeedbackAsync(System.String,Microsoft.Xbox.Services.Social.ReputationFeedbackType,System.String,System.String,System.String)

Remarks

Calls V100 POST /users/xuid({xuid})/feedback

Applies to