ThreadOption

enum ThreadOption : Enum<SendBirdCall.Options.ThreadOption>

ThreadOption determines how SendBirdCall will manage or create threads when callbacks or events are called. Refer to setThreadOption.

Since

0.6.0

Entries

HANDLER
Link copied to clipboard

All callbacks or events will be called in the Android Handler object, which is provided as a parameter.

UI_THREAD
Link copied to clipboard

All callbacks or events will be called in the default Android UI thread.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int