Builder

open class Builder

Constructors

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

Functions

Link copied to clipboard
open fun build(): OpenChannelRegisterOperatorFragment
Creates an OpenChannelRegisterOperatorFragment with the arguments supplied to this builder.
Link copied to clipboard
Sets the custom fragment.
Link copied to clipboard
Sets the handler that loads the list of user.
Link copied to clipboard
Sets the icon when the data is not exists.
Link copied to clipboard
open fun setEmptyText(@StringRes resId: Int): OpenChannelRegisterOperatorFragment.Builder
Sets the text when the data is not exists
Link copied to clipboard
open fun setErrorText(@StringRes resId: Int): OpenChannelRegisterOperatorFragment.Builder
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 title 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
Register a callback to be invoked when the user is selected.
Link copied to clipboard
Register a callback to be invoked when selecting users is completed.
Link copied to clipboard
Link copied to clipboard
open fun setRightButtonText(@NonNull rightButtonText: String): OpenChannelRegisterOperatorFragment.Builder
Sets the right button text of the header.
Link copied to clipboard
open fun setUseHeader(useHeader: Boolean): OpenChannelRegisterOperatorFragment.Builder
Sets whether the header is used.
Link copied to clipboard
open fun setUseHeaderLeftButton(useHeaderLeftButton: Boolean): OpenChannelRegisterOperatorFragment.Builder
Sets whether the left button of the header is used.
Link copied to clipboard
open fun setUseHeaderRightButton(useHeaderRightButton: Boolean): OpenChannelRegisterOperatorFragment.Builder
Sets whether the right button of the header is used.
Link copied to clipboard
Sets arguments to this fragment.