Skip to main content
UI Kit Library is a collection of custom UI Components designed to build text chat and voice/video calling features in your application. It includes three different packages.

UI Components

In Android UI Kit Library it’s ui_component package contains list independents packages.

CometChat UI

ui_components/cometchat_ui includes a CometChatUI.java file. Please check below link to learn more about CometChat UI Documentation CometChatUI

Chats

ui_components/chats includes a file which is used to display chat list. Documentation CometChatConversationList

Users

ui_components/users includes a files which are used to display a user list Documentation CometChatUserList

Groups

ui_components/groups includes a files which are used to handle group related operations such as Showing Group List, Showing Banned Member List, Showing Group Details.

Messages

ui_components/messages includes files which are using to handle messages related operations.

Calls

ui_components/calls includes the files which are used to handle call related operations. Such as Call Logs, Incoming & Outgoing Call Screens, Listeners ,etc

User Profile

ui_components/user_profile includes a files which is used to show logged-in user related information. It perform update user operation on logged-in user. It also includes files which display “Block User List” DocumentationCometChatUserProfile

Shared

ui_components/shared includes a file which has core components that are being used accross UI Kit library. Please check below link to learn more about “Shared” Documentation Shared

UI Resources

It includes helper & utils file which are used accross UI Kit library.
This package is important in UI Kit Library. So it needs to be updated

UI Settings

It includes UIKitSettings.java file which is used to modify the uikit features which making any changes at code level.
This package is important in UI Kit Library. So it needs to be updated