편집

다음을 통해 공유


TitleCallableUI Class

Definition

Represents a class that contains static functions used for displaying stock UI during a game such as showing a people picker.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Static(typeof(Microsoft.Xbox.Services.System.__ITitleCallableUIStatics), 1)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class TitleCallableUI
type TitleCallableUI = class
    interface __ITitleCallableUIPublicNonVirtuals
Public NotInheritable Class TitleCallableUI
Inheritance
TitleCallableUI
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.StaticAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Methods

CheckGamingPrivilegeSilently(GamingPrivilege)

Checks if the current user has a specific privilege

CheckGamingPrivilegeSilentlyForUser(GamingPrivilege, User)

Checks if the current user has a specific privilege

CheckGamingPrivilegeWithUI(GamingPrivilege, String)

Checks if the current user has a specific privilege and if it doesn't, it shows UI

CheckGamingPrivilegeWithUIForUser(GamingPrivilege, String, User)

Checks if the current user has a specific privilege and if it doesn't, it shows UI

ShowChangeFriendRelationshipUIAsync(String)

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

ShowChangeFriendRelationshipUIForUserAsync(String, User)

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

ShowGameInviteUIAsync(MultiplayerSessionReference, String)

Shows a picker UI populated from the selected user's friend list and suggested friend list. After selection, the user can send an invitation to play a game and/or party chat for a specified game session to the selected people.

ShowGameInviteUIForUserAsync(MultiplayerSessionReference, String, String, User)

Shows a picker UI populated from the selected user's friend list and suggested friend list. After selection, the user can send an invitation to play a game and/or party chat for a specified game session to the selected people.

ShowGameInviteUIForUserAsync(MultiplayerSessionReference, String, User)

Shows a picker UI populated from the selected user's friend list and suggested friend list. After selection, the user can send an invitation to play a game and/or party chat for a specified game session to the selected people.

ShowPlayerPickerUI(String, IVectorView<String>, IVectorView<String>, UInt32, UInt32)
ShowPlayerPickerUIForUser(String, IVectorView<String>, IVectorView<String>, UInt32, UInt32, User)
ShowProfileCardUIAsync(String)

Shows UI displaying the profile card for a specified user.

ShowProfileCardUIForUserAsync(String, User)

Shows UI displaying the profile card for a specified user.

ShowTitleAchievementsUIAsync(UInt32)

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

ShowTitleAchievementsUIForUserAsync(UInt32, User)

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

Applies to