CometChatUserListWithMessages
is a component with a list of users. The component has all the necessary listeners and methods required to display the user’s list and shows the set of the messages/chats of the selected user
CometChatGroupListWithMessages
is a component with a list of groups. The component has all the necessary listeners and methods required to display the group’s list and shows the set of the messages/chats of the selected group
CometChatConversationListWithMessages
is a component with a list of recent conversations. The component has all the necessary listeners and methods required to display the recent conversation list and shows the set of the messages/chats of the selected recent conversation
CometChatMessages
is a component with a list of messages/chats and shows the message component header and message composer.
CometChatUserList
is a component that displays the list of users available to chat. You can use this component within your app if you wish to display the list of users.
Parameter | Description | Type |
---|---|---|
friendsOnly | This property when set to true will return only the friends of the logged-in user. Value could be true or false | Optional |
CometChatGroupList
is a component that displays the list of groups available. You can use this component within your app if you wish to display the list of groups.
CometChatConversationList
component to display the list of recent conversations that the logged-in user was a part of.