Builder

open class Builder

Constructors

Link copied to clipboard
open fun Builder(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage)
Constructor
Link copied to clipboard
open fun Builder(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage, @NonNull themeMode: SendbirdUIKit.ThemeMode)
Constructor
Link copied to clipboard
open fun Builder(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage, @StyleRes customThemeResId: Int)
Constructor

Functions

Link copied to clipboard
Creates an MessageThreadFragment with the arguments supplied to this builder.
Link copied to clipboard
Sets channel configuration for this fragment.
Link copied to clipboard
Sets the custom fragment.
Link copied to clipboard
Sets the UI configuration of edited text mark.
Link copied to clipboard
Sets the click listener on the emoji reaction of the message.
Link copied to clipboard
Sets the long click listener on the emoji reaction of the message.
Link copied to clipboard
open fun setEmojiReactionMoreButtonClickListener(@NonNull emojiReactionMoreButtonClickListener: OnItemClickListener<BaseMessage>): MessageThreadFragment.Builder
Sets the click listener on the emoji reaction more button.
Link copied to clipboard
Sets the icon when the data is not exists.
Link copied to clipboard
Sets the text when the data is not exists
Link copied to clipboard
Sets the text when error occurs
Link copied to clipboard
Sets the icon on the left button of the header.
Link copied to clipboard
Sets the icon on the left button of the header.
Link copied to clipboard
Sets the icon on the right button of the header.
Link copied to clipboard
Sets the icon on the right button of the header.
Link copied to clipboard
Sets the title of the header.
Link copied to clipboard
Sets the hint of the input text.
Link copied to clipboard
Sets the icon on the left button of the input.
Link copied to clipboard
Sets the icon on the left button of the input.
Link copied to clipboard
Sets the icon on the right button of the input.
Link copied to clipboard
Sets the icon on the right button of the input.
Link copied to clipboard
Sets the input text
Link copied to clipboard
The message input displays as a dialog type.
Link copied to clipboard
Sets the UI configuration of the linked text color in the message text.
Link copied to clipboard
Sets the custom loading dialog handler
Link copied to clipboard
Sets the UI configuration of mentioned text.
Link copied to clipboard
open fun setMessageBackground(@DrawableRes drawableResSentFromMe: Int, @DrawableRes drawableResSentFromOthers: Int): MessageThreadFragment.Builder
Sets the UI configuration of message background drawable.
Link copied to clipboard
Sets the UI configuration of message input text.
Link copied to clipboard
Sets the UI configuration of message text.
Link copied to clipboard
Sets the UI configuration of sender nickname text.
Link copied to clipboard
open fun setOgtagBackground(@DrawableRes drawableResSentFromMe: Int, @DrawableRes drawableResSentFromOthers: Int): MessageThreadFragment.Builder
Sets the UI configuration of ogtag message background drawable.
Link copied to clipboard
Register a callback to be invoked when the cancel button is clicked, when the input is the edited mode.
Link copied to clipboard
Register a callback to be invoked when the save button is clicked, when the input is the edited mode.
Link copied to clipboard
Sets the listener invoked when a text of message input is edited.
Sets the click listener on the profile of emoji reaction user list.
Link copied to clipboard
Sets the click listener on the description of the header.
Link copied to clipboard
Sets the click listener on the left button of the header.
Link copied to clipboard
Sets the click listener on the right button of the header.
Link copied to clipboard
Sets the click listener on the left button of the input.
Link copied to clipboard
Register a callback to be invoked when the input mode is changed.
Link copied to clipboard
Register a callback to be invoked when the right button of the input is clicked.
Link copied to clipboard
Sets the listener invoked when a text of message input is changed..
Link copied to clipboard
Sets the click listener on the item of message list.
Link copied to clipboard
Sets the long click listener on the item of message list.
Link copied to clipboard
Sets the click listener on the mentioned user of message.
Link copied to clipboard
Sets the click listener on the profile of message.
Link copied to clipboard
Sets the long click listener on the profile of message.
Link copied to clipboard
Sets the click listener on the parent message menu.
Link copied to clipboard
Register a callback to be invoked when the button to show voice recorder is clicked.
Link copied to clipboard
open fun setReactionListBackground(@DrawableRes drawableResSentFromMe: Int, @DrawableRes drawableResSentFromOthers: Int): MessageThreadFragment.Builder
Sets the UI configuration of message reaction list background drawable.
Link copied to clipboard
Sets the UI configuration of message sentAt text.
Link copied to clipboard
Sets the timestamp to load the messages with.
Link copied to clipboard
Link copied to clipboard
Sets the thread list adapter.
Sets the thread list adapter and the message display data provider.
Link copied to clipboard
open fun setThreadMessageListParams(@NonNull params: ThreadMessageListParams): MessageThreadFragment.Builder
Sets the thread message list params for this channel.
Link copied to clipboard
Sets whether the header is used.
Link copied to clipboard
Sets whether the left button of the header is used.
Link copied to clipboard
Sets whether the right button of the header is used.
Link copied to clipboard
Sets whether the left button of the input is used.
Link copied to clipboard
Sets whether the message group UI is used.
Link copied to clipboard
Sets whether the message list banner is used.
Link copied to clipboard
Sets whether to use divider in suggested mention list.
Link copied to clipboard
Sets whether the user profile uses.
Link copied to clipboard
Sets whether showing the right button of the input always.
Link copied to clipboard
Sets arguments to this fragment.