UikitCustomHost

class UikitCustomHost(val apiHost: String? = null, val wsHost: String? = null)

Represents a custom host information to be used in connecting to the Sendbird.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(apiHost: String? = null, wsHost: String? = null)

Properties

Link copied to clipboard
val apiHost: String? = null

The optional API host to use for connection.

Link copied to clipboard
val wsHost: String? = null

The optional WebSocket host to use for connection.

Functions

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