Enum UserState
Defined in File Enums.hpp
Enum Documentation
-
enum Microsoft::Applications::Events::UserState
The UserState enumeration contains a set of values that specify the user’s state.
For example, connected.
Values:
-
enumerator UserState_Unknown
User state unknown.
-
enumerator UserState_Connected
The user is connected to a service.
-
enumerator UserState_Reachable
The user is reachable for a service like push notification.
-
enumerator UserState_SignedIn
The user is signed-into a service.
-
enumerator UserState_SignedOut
The user is signed-out of a service.
-
enumerator UserState_Unknown