KindlyEventState

data class KindlyEventState(val isChatDisplayed: Boolean, val isStarted: Boolean, val isSocketConnected: Boolean, val isConnected: Boolean, val connectionState: String)

State data for events

Constructors

Link copied to clipboard
constructor(isChatDisplayed: Boolean, isStarted: Boolean, isSocketConnected: Boolean, isConnected: Boolean, connectionState: String)

Properties

Link copied to clipboard

Current connection state as string

Link copied to clipboard

Whether the chat is currently displayed

Link copied to clipboard

Whether the SDK is fully connected (started + socket connected)

Link copied to clipboard

Whether the socket is connected to Pusher

Link copied to clipboard

Whether the SDK has been started