Edit

Share via


TitleCallableUI.ShowChangeFriendRelationshipUIForUserAsync Method

Definition

Shows UI for adding or removing a specified person to or from the requesting user's friend list.

public static Windows.Foundation.IAsyncAction ShowChangeFriendRelationshipUIForUserAsync (string targetXboxUserId, Windows.System.User user);
static member ShowChangeFriendRelationshipUIForUserAsync : string * Windows.System.User -> Windows.Foundation.IAsyncAction

Parameters

targetXboxUserId
String

The Xbox User ID to show information about.

user
Windows.System.User

System user that identifies the user to show the UI on behalf of

Returns

Windows.Foundation.IAsyncAction

An interface for tracking the progress of the asynchronous call. The operation completes when the UI is closed.

Applies to