onResult

abstract fun onResult(poll: Poll?, e: SendbirdException?)

Called when operation is done. If done successfully, a non-null Poll instance will be passed as poll. When failed, a non-null SendbirdException instance will be passed as e.

Since

4.1.0