Recent Chat List

Header Component#

The headerComponent includes a Recent chat title, a back button that takes the user to the previous view. Each property corresponds to the module elements in the navigation bar of MFUIRecentChatViewController.

The following table shows the parameters of the configure() method of the headerComponent.

Parameter nameType
delegateMFUIRecentChatListModuleHeaderDelegate
themeMFChannelListTheme

List Component#

The listComponent shows a list of all recent chat that the current user has. The following table shows the parameters of the configure() method of the listComponent.

Parameter nameType
delegateMFUIRecentChatListModuleListDelegate
datasourceMFUIRecentChatListModuleListDataSource
themeMFChannelListTheme

View Model#

The MFUIRecentChatListViewController class uses a view model that is a type of the MFUIRecentChatListViewModel class. The view model is created in the initializer of the view controller through the createViewModel(recentChatList) method. When the view model object is created, it retrieves message list data from Chat SDK to the view controller and updates the view through the ChatListViewModel(_:didChangeChatList:needsToReload) event.

The following table shows the parameters list of the createViewModel method

Parameter nameType
recentChatListRecentChat