Package io.getstream.chat.android.ui.feature.messages
See: Description
-
Class Summary Class Description MessageListActivity An Activity representing a self-contained chat screen. Builder Creates instances of MessageListFragment. MessageListFragment Self-contained chat screen which internally contains the following components: MessageListHeaderView - displays the navigation icon, the channel information and the channel image
MessageListView - shows a list of paginated messages, with threads, replies, quotes, reactions and deleted messages
MessageComposerView - allows the user to send new messages as well as pick and choose attachments to send
-
Interface Summary Interface Description BackPressListener Click listener for the navigation button in the header.