Launches the achievements user interface.
public:
static IAsyncAction^ LaunchAchievementsAsync(
IUser^ requestingUser,
uint32 titleId
)
requestingUser
Type: IUser
The user performing the action.
titleId
Type: uint32
The title to show achievements for.
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.
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.
Namespace: Windows.Xbox.UI
Metadata: windows.winmd