DisplayOptions

data class DisplayOptions(val showOnlineIndicator: Boolean = true, val countAsOnlineMember: Boolean = true)

The display options of the user presence.

Parameters

showOnlineIndicator

If the online indicator should be shown for the user.

countAsOnlineMember

If the user should be counted as an online member.

Constructors

Link copied to clipboard
constructor(showOnlineIndicator: Boolean = true, countAsOnlineMember: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard