onResult

abstract fun onResult(channel: GroupChannel?, isCreated: Boolean, e: SendbirdException?)

A callback for when channel creation is done.

Since

3.0.83

Parameters

channel

Channel.

isCreated

isCreated.

e

null if no error.