XblSocialNotificationType

Defines values used to identify the type of social notification.

Syntax

enum class XblSocialNotificationType  : uint32_t  
{  
    Unknown,  
    Added,  
    Changed,  
    Removed  
}  

Constants

Constant Description
Unknown Unknown.
Added User(s) were added.
Changed User(s) data changed.
Removed User(s) were removed.

Member of

XblSocialRelationshipChangeEventArgs

Requirements

Header: social_c.h

See also

social_c