UikitCurrentUserInfo

class UikitCurrentUserInfo(val userId: String, val authToken: String? = null)

Represents a current user information required to connect to the Sendbird.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(userId: String, authToken: String? = null)

Properties

Link copied to clipboard
val authToken: String? = null

The optional authToken to connect with.

Link copied to clipboard

The userId of the user to connect with.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int