on Result
abstract fun onResult(result: ResultAPI, channels: ArrayList<Chat.Channel>, channelPage: Chat.ChannelPage?)
채널 목록 조회 후 결과
The result after retrieving the list of channels
Parameters
result
API call result
ResultAPI.Code.Success Success
ResultAPI.Code.ChatNotConnected Hive Chat is not connected (reconnection required)
ResultAPI.Code.ChatNeedSignIn Hive is not signed in (sign-in check required)
ResultAPI.Code.ChatResponseError Network error or other error
channels
List of channels retrieved
channel Page
Channel page information