Presence

data class Presence

Presence information instance.

This class contains presence information for a user defined by a userUri.

Parameters

userUri

User identifier.

state

Current user status.

avatar

User avatar encoded in base64.

avatarUrl

Public Url containing the user's avatar.

displayName

DisplayName assigned to the user.

userName

Username assigned to the user.

domain

Domain where the user belongs to.

mood

Current user mood.

role

Current user Role.

note

Current user notes.

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mood: String?
Link copied to clipboard
val note: String?
Link copied to clipboard
val role: Role
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard