Open Channel Module
A module for the open channel. This module is composed of a header, list, input, and status. All composed components are created when the module is created. After than those components can replace.
- Header component is OpenChannelHeaderComponent and you can set custom header component by setHeaderComponent
- List component is OpenChannelMessageListComponent and you can set custom list component by setMessageListComponent
- Input component is OpenChannelMessageInputComponent and you can set custom input component by setInputComponent
- Status component is StatusComponent and you can set custom status component by setStatusComponent
Constructors
Types
Functions
Link copied to clipboard
Returns the message input component.
Link copied to clipboard
open fun onCreateView(@NonNull context: Context, @NonNull inflater: LayoutInflater, @Nullable args: Bundle): View
Called after the module was created to make views to use in the Fragment or Activity.
Link copied to clipboard
Sets the channel header component for
OpenChannel
.Link copied to clipboard
Sets the message input component.
Link copied to clipboard
Sets the message list component.
Link copied to clipboard
Sets the handler for the loading dialog.
Link copied to clipboard
Sets a custom status component.
Link copied to clipboard
It will be called when the loading dialog needs dismissing.
Link copied to clipboard
It will be called when the loading dialog needs displaying.