UserPresence
data class UserPresence(val currentUser: UserPresence.DisplayOptions = DisplayOptions(), val otherUsers: UserPresence.DisplayOptions = DisplayOptions())
The user presence display configuration for the current user and other users.
Parameters
currentUser
The configuration for the current user.
otherUsers
The configuration for other users.
Constructors
Link copied to clipboard
constructor(currentUser: UserPresence.DisplayOptions = DisplayOptions(), otherUsers: UserPresence.DisplayOptions = DisplayOptions())
Types
Link copied to clipboard
data class DisplayOptions(val showOnlineIndicator: Boolean = true, val countAsOnlineMember: Boolean = true)
The display options of the user presence.