UserPresenceState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values that indicate the user presence state on Xbox Live.
[Windows.Foundation.Metadata.Version(1)]
public enum UserPresenceState
type UserPresenceState =
Public Enum UserPresenceState
- Inheritance
-
UserPresenceState
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The state is unknown. |
Online | 1 | User is signed in to Xbox LIVE and active in a title. |
Away | 2 | User is signed-in to Xbox LIVE, but inactive in all titles. |
Offline | 3 | User is not signed in to Xbox LIVE. |