UI Components are building blocks of the UI Kit. UI Components are a set of custom classes specially designed to build a rich chat app. There are different UI Components available in the UI Kit Library.
CometChatUI is an option to launch a fully functional chat application using the UI Kit. In CometChatUI all the UI Components are interlinked and work together to launch a fully functional chat on your mobile application.
The CometChatConversationList is a view controller with a list of recent conversations. The view controller has all the necessary delegates and methods.You can present this screen using two methods.
The CometChatCallsList is a view controller with a list of recent calls. The view controller has all the necessary delegates and methods.You can present this screen using two methods.
The CometChatUserList is a view controller with a list of users. The view controller has all the necessary delegates and methods.You can present this screen using two methods.
The CometChatGroupList is a view controller with a list of groups. The view controller has all the necessary delegates and methods.You can present this screen using two methods.
The CometChatMessageList is a view controller with a list of messages for a particular user or group. The view controller has all the necessary delegates and methods.CometChatMessageList requires User or Group object to work properly.
The CometChatUserProfile is a view controller with user information and a list of dummy cells for settings of the app which the developer can use in his app.You can present this screen using two methods.