Builder

open fun Builder(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage)

Constructor

Parameters

channelUrl

the url of the channel will be implemented.

parentMessage

the parent message of thread. since 3.3.0


open fun Builder(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage, @NonNull themeMode: SendbirdUIKit.ThemeMode)

Constructor

Parameters

channelUrl

the url of the channel will be implemented.

parentMessage

the parent message of thread.

themeMode

open fun Builder(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage, @StyleRes customThemeResId: Int)

Constructor

Parameters

channelUrl

the url of the channel will be implemented.

parentMessage

the parent message of thread.

customThemeResId

the resource identifier for custom theme. The theme resource id must be `sb_module_message_thread`. since 3.3.0