Edit

Share via


TitleCallableUI.ShowTitleAchievementsUIForUserAsync(UInt32, User) Method

Definition

Shows UI presenting the requesting user's achievements for the specified title.

public static Windows.Foundation.IAsyncAction ShowTitleAchievementsUIForUserAsync (uint titleId, Windows.System.User user);
static member ShowTitleAchievementsUIForUserAsync : uint32 * Windows.System.User -> Windows.Foundation.IAsyncAction

Parameters

titleId
UInt32

The Xbox titleId 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