set Thread Option
fun setThreadOption(threadOption: SendBirdCall.Options.ThreadOption, handler: Handler)
Content copied to clipboard
Sets ThreadOption
. Refer to ThreadOption. If you want to use ThreadOption.HANDLER, you should provide your handler as a parameter. Otherwise, set Handler
parameter to null
.
Since
0.6.0
Parameters
thread Option
ThreadOption
you want to set.
handler
Your Handler
object.