reconnect

@Deprecated(message = "ChatInstanceProvider.reconnect() has been deprecated. Replace with ChatInstanceProvider.connect()", replaceWith = @ReplaceWith(imports = {}, expression = "connect()"))
public final Unit reconnect()

Deprecated

ChatInstanceProvider.reconnect() has been deprecated. Replace with ChatInstanceProvider.connect()

Replace with

connect()

Reconnect a broken connection.

Throws

if the connection was not previously reported as lost or connect has already been called since it was reported lost.