setThreadOption

fun setThreadOption(threadOption: SendBirdCall.Options.ThreadOption, handler: Handler)

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

threadOption

ThreadOption you want to set.

handler

Your Handler object.