restore

fun restore(isDebugEnabled: Boolean = false): Completable

Restores the chat service connection from a previous state.

Return

A Completable that will finish when the request is processed. In case of error, it will emit an error.

Parameters

isDebugEnabled

Flag to enable or disable debug mode. Defaults to false.