onResult

abstract fun onResult(liveEvent: LiveEvent?, e: SendbirdException?)

A callback function that receives information about a liveEvent or an error from Sendbird server.

Since

1.6.0

Parameters

liveEvent

If the request is successful, it will not be null. Otherwise, it will be null.

e

If the request is failed, it will not be null. Otherwise, it will be null.