onReconnected

abstract fun onReconnected(result: ResultAPI, channelIds: ArrayList<String>, failChannelIds: ArrayList<String>)

재연결 수행 후 호출되는 이벤트
Called after re-connection is attempted

Parameters

resultAPI

the result of the reconnect operation

channelIds

The list of previously joined channels after reconnection

failChannelIds

The list of channel IDs that failed to rejoin after reconnection