Skip to content
4 changes: 2 additions & 2 deletions ai-agents/mastra-runtime-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const adminTool = createTool({
// Proceed with admin action
return performAdminAction(action);
}
});```
});
```

### Session Management
Expand All @@ -207,7 +207,7 @@ export const sessionTool = createTool({
preferences: messageMetadata.userPreferences || {}
};
}
});```
});
```

### Custom Validation Patterns
Expand Down
2 changes: 1 addition & 1 deletion calls/flutter/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you're using CometChat UI Kits, voice and video calling can be quickly integr
- Call buttons with one-tap calling
- Call logs with history

👉 [Flutter UI Kit Calling Integration](/ui-kit/flutter/calling-integration)
👉 [Flutter UI Kit Calling Integration](/ui-kit/flutter/v5/calling-integration)

Use this Calls SDK directly only if you need custom call UI or advanced control.
</Info>
Expand Down
1 change: 1 addition & 0 deletions fundamentals/webhooks-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Webhooks Overview"
description: "Learn how CometChat webhooks deliver real-time, event-driven HTTP POST callbacks to your server for messages, user actions, group updates, calls, and moderation."
sidebarTitle: "Overview"
---

Expand Down
2 changes: 1 addition & 1 deletion sdk/android/ai-chatbots-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: "Implement custom AI chatbots for automated conversations in your A
url: "/ai-chatbots/overview"
---

AI Chatbots enable automated conversations within your application. They can process user messages and respond with contextually relevant information. For a broader introduction, see the [AI Chatbots section](/ai-chatbots).
AI Chatbots enable automated conversations within your application. They can process user messages and respond with contextually relevant information. For a broader introduction, see the [AI Chatbots section](/ai-chatbots/custom-bots).

For message payload structures (AIAssistantMessage, AIToolArgumentMessage, AIToolResultMessage), see the [AI Agents](/sdk/android/ai-agents#agentic-message-payload-structures) page.
1 change: 1 addition & 0 deletions sdk/android/v5/additional-message-filtering.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Additional Message Filtering"
description: "Filter fetched messages with advanced MessagesRequest options in the CometChat Android SDK, including by category, type, and more."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/advanced-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Advanced"
description: "Advanced features and configuration options for the CometChat Android Chat SDK."
sidebarTitle: "Overview"
---

Expand Down
3 changes: 2 additions & 1 deletion sdk/android/v5/ai-agents.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "AI Agents"
description: "Integrate AI Agents into your Android app with the CometChat SDK to process messages, trigger tools, and respond with contextually relevant information."
---

# AI Agents Overview
## Overview

AI Agents enable intelligent, automated interactions within your application. They can process user messages, trigger tools, and respond with contextually relevant information. For a broader introduction, see the [AI Agents section](/ai-agents).

Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/ai-chatbots-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "AI"
description: "Add AI chatbots to your Android app with the CometChat SDK to automate conversations and reply to user messages with contextually relevant responses."
url: "/ai-chatbots/overview"
---
1 change: 1 addition & 0 deletions sdk/android/v5/ai-moderation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "AI Moderation"
description: "Automatically review chat messages for inappropriate content in your Android app with AI Moderation in the CometChat SDK."
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/ai-user-copilot-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "AI"
description: "Add AI User Copilot features — conversation starters, smart replies, and conversation summaries — to your Android app with the CometChat SDK."
url: "/fundamentals/ai-user-copilot/overview"
---
1 change: 1 addition & 0 deletions sdk/android/v5/android-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "Java UI Kit"
description: "Get started with CometChat for Android — overview of the Chat SDK and Java UI Kit for adding messaging, users, and groups to your app."
url: "/ui-kit/android/overview"
---
1 change: 1 addition & 0 deletions sdk/android/v5/authentication-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Authentication"
description: "Authenticate users in your Android app with the CometChat SDK — create users and log them in with auth keys or secure auth tokens."
sidebarTitle: "Overview"
---

Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/block-users.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Block Users"
description: "Block and unblock users in your Android app with the CometChat SDK to stop all communication to and from blocked users."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/campaigns.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Campaigns"
description: "Deliver targeted, rich in-app notification campaigns to users in your Android app using CometChat Campaigns and the Card Schema JSON format."
---

CometChat Campaigns lets you deliver targeted, rich notifications to users via an in-app notification feed. Each notification is a **Card Schema JSON** — a structured layout rendered natively by the CometChat Cards library.
Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "Changelog"
description: "Release notes and version history for the CometChat Android Chat SDK v5."
url: "https://github.com/cometchat/chat-sdk-android/releases"
---
1 change: 1 addition & 0 deletions sdk/android/v5/connection-behaviour.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Connection Behaviour"
description: "Understand how the CometChat Android SDK manages connections during login, including the operations it performs and the connection lifecycle."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/connection-status.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Connection Status"
description: "Monitor the real-time connection status to CometChat web-socket servers in your Android app using the SDK ConnectionListener class."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/create-group.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Create A Group"
description: "Create public, private, or password-protected groups in your Android app using the CometChat SDK createGroup() method."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/delete-conversation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Delete A Conversation"
description: "Delete a one-on-one or group conversation in your Android app using the CometChat SDK deleteConversation() method."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/delete-group.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Delete A Group"
description: "Delete a CometChat group in your Android app using the SDK deleteGroup() method, available to group administrators."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/delete-message.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Delete A Message"
description: "Delete messages in your Android app with the CometChat SDK and listen for real-time message-deletion events using the MessageListener."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/delivery-read-receipts.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Delivery & Read Receipts"
description: "Send and receive message delivery and read receipts in your Android app using the CometChat SDK markAsDelivered() and markAsRead() methods."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/edit-message.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Edit A Message"
description: "Edit sent messages in your Android app with the CometChat SDK and listen for real-time message-edit events using the MessageListener."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/extensions-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "Extensions"
description: "Extend your Android chat app with CometChat extensions such as reactions, polls, stickers, link previews, and message translation."
url: "/fundamentals/extensions-overview"
---
1 change: 1 addition & 0 deletions sdk/android/v5/flag-message.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Flag Message"
description: "Let users flag inappropriate messages for moderator review in your Android app using the CometChat SDK, surfaced in the CometChat Dashboard."
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/group-add-members.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Add Members To A Group"
description: "Add members to a CometChat group in your Android app using the SDK addMembersToGroup() method."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/group-change-member-scope.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Change Member Scope"
description: "Change a group member's scope (admin, moderator, or participant) in your Android app using the CometChat SDK changeGroupMemberScope() method."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/group-kick-member.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Ban/Kick Member From A Group"
description: "Ban or kick members from a CometChat group in your Android app using the SDK, and manage the list of banned users."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/groups-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Groups"
description: "Create and manage public, private, and password-protected groups in your Android app with the CometChat SDK."
sidebarTitle: "Overview"
---

Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/interactive-messages.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Interactive Messages"
description: "Send InteractiveMessages such as embedded forms and cards that users can act on directly in chat, in your Android app with the CometChat SDK."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/join-group.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Join A Group"
description: "Join a CometChat group in your Android app using the SDK joinGroup() method to start participating in group conversations."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/key-concepts.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Key Concepts"
description: "Key concepts for building with the CometChat Android SDK, including apps, users, conversations, and the CometChat Dashboard."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/leave-group.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Leave A Group"
description: "Leave a joined CometChat group in your Android app using the SDK leaveGroup() method to stop receiving its messages and updates."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/login-listeners.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Login Listeners"
description: "Use the CometChat Android SDK LoginListener to receive real-time login and logout events, including loginSuccess, loginFailure, logoutSuccess, and logoutFailure."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/mentions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Mentions"
description: "Add @mentions to your Android chat app with the CometChat SDK so users can tag and notify specific people within conversations."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/message-structure-and-hierarchy.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Message Structure And Hierarchy"
description: "Understand CometChat message categories and types and how they form the message structure and hierarchy in the Android SDK."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/messaging-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Messaging"
description: "Overview of messaging in the CometChat Android SDK — send, receive, and fetch message history for one-on-one and group conversations."
sidebarTitle: "Overview"
---

Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/publishing-app-on-playstore.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Publishing App On PlayStore"
description: "Step-by-step guidance for publishing your CometChat-powered Android app to the Google Play Store."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/rate-limits.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Rate Limits"
description: "Reference for CometChat API and SDK rate limits, including default cumulative limits and how they can be adjusted by plan and use-case."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/reactions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Reactions"
description: "Add message reactions to your Android chat app with the CometChat SDK — add, remove, and fetch emoji reactions on messages."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/real-time-listeners.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "All Real Time Listeners"
description: "Reference for the CometChat Android SDK real-time listeners — message, user, group, and connection listeners for live events."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/receive-messages.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Receive A Message"
description: "Receive real-time and missed messages in your Android app with the CometChat SDK using message listeners and the MessagesRequest builder."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/resources-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Resources"
description: "Helpful resources for integrating the CometChat Android SDK, including sample apps, references, and developer guides."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/retrieve-conversations.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Retrieve Conversations"
description: "Fetch recent one-on-one and group conversations with their last messages in your Android app using the CometChat SDK to build a recent chats list."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/retrieve-group-members.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Retrieve Group Members"
description: "Fetch the members of a CometChat group in your Android app using the SDK GroupMembersRequest and GroupMembersRequestBuilder classes."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/retrieve-groups.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Retrieve Groups"
description: "Fetch and filter the list of groups in your Android app using the CometChat SDK GroupsRequest and GroupsRequestBuilder classes."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/retrieve-users.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Retrieve Users"
description: "Retrieve the logged-in user and fetch, search, and filter other users in your Android app using the CometChat SDK."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/send-message.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Send A Message"
description: "Send text, media, and custom messages to users and groups in your Android app with the CometChat SDK."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/setup.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Setup"
description: "Set up the CometChat Chat SDK in your Android app — add the dependency, initialize the SDK, and prepare to migrate from earlier versions."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/threaded-messages.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Threaded Messages"
description: "Build threaded conversations with replies attached to a parent message in your Android app using the CometChat SDK."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/transfer-group-ownership.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Transfer Group Ownership"
description: "Transfer ownership of a CometChat group to another member in your Android app using the SDK transferGroupOwnership() method."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/transient-messages.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Transient Messages"
description: "Send real-time-only transient messages, such as live reactions, that are not stored or tracked, in your Android app with the CometChat SDK."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/typing-indicators.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Typing Indicators"
description: "Show typing indicators in your Android chat app with the CometChat SDK startTyping() and endTyping() methods and MessageListener callbacks."
---


Expand Down
1 change: 1 addition & 0 deletions sdk/android/v5/update-group.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Update A Group"
description: "Update an existing CometChat group's details in your Android app using the SDK updateGroup() method."
---


Expand Down
Loading