Freigeben über


XblPresenceFilter

The filter level of information. Title will only show users associated with a particular title.

Syntax

enum class XblPresenceFilter  : uint32_t  
{  
    Unknown,  
    TitleOnline,  
    TitleOffline,  
    TitleOnlineOutsideTitle,  
    AllOnline,  
    AllOffline,  
    AllTitle,  
    All  
}  

Constants

Constant Description
Unknown Unknown.
TitleOnline Is currently playing current title and is online.
TitleOffline Has played this title and is offline. This filter option requires XblSocialManagerExtraDetailLevel::TitleHistoryLevel to be set in XblSocialManagerAddLocalUser
TitleOnlineOutsideTitle Has played this title, is online but not currently playing this title. This filter option requires XblSocialManagerExtraDetailLevel::TitleHistoryLevel to be set in XblSocialManagerAddLocalUser
AllOnline Everyone currently online.
AllOffline Everyone currently offline.
AllTitle Everyone who has played or is playing the title. This filter option requires XblSocialManagerExtraDetailLevel::TitleHistoryLevel to be set in XblSocialManagerAddLocalUser
All Everyone.

Argument of

XblSocialManagerUserGroupGetFilters
XblSocialManagerCreateSocialUserGroupFromFilters

Requirements

Header: social_manager_c.h

See also

social_manager_c