SystemUI.LaunchAchievementsAsync Method

Launches the achievements user interface.

Syntax

public:
static IAsyncAction^ LaunchAchievementsAsync(
         IUser^ requestingUser,
         uint32 titleId
)  

Parameters

requestingUser
Type: IUser 

The user performing the action.

titleId
Type: uint32 

 The title to show achievements for.

Return value

Type: IAsyncAction 

Returns an IAsyncAction object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncAction.Completed property.

Remarks

As usual, remember to specify your title ID in decimal, or use the hexadecimal representation prefixed with 0x. For example, if your title ID is 0x12345678 hex, 305419896 decimal, pass in 0x12345678 or 305419896, not 12345678.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

SystemUI Class

SystemUI Members

Windows.Xbox.UI Namespace