API reference
API reference
Select your platform
No SDKs available
No versions available

UserPresenceStatus Enum

Describe the current status of the user and it can be retrieved with User.presenceStatus.

Signature

enum UserPresenceStatus : Enum<UserPresenceStatus> 

Enumeration Constants

MemberDescription
Unknown
Represents that the UserPresenceStatus is unknown.
Online
The user status is currently online.
Offline
The user status is currently offline.

Properties

value : Int
[Get]
Signature
val value: Int
Did you find this page helpful?