Presence

constructor(userUri: String, state: Presence.State?, avatar: String?, avatarUrl: String?, displayName: String?, userName: String, domain: String?, mood: String? = null)

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.