PollHandler

The callback handler for functions related to Poll.

Since

4.1.0

See also

GroupChannel.closePoll
GroupChannel.updatePoll
GroupChannel.updatePollOption

Functions

Link copied to clipboard
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.