cometchat-android-v6-core
Installation
SKILL.md
Companion skills: cometchat (dispatcher), cometchat-android-v6-builder-settings (detailed UIKitSettings config), cometchat-android-v6-events (event system)
Purpose
Set up CometChat Android UIKit v6 in a project: add Gradle dependencies, initialize the SDK, authenticate users, and send messages. This skill covers the shared chatuikit-core module that both Kotlin Views and Jetpack Compose stacks depend on.
Use this skill when
- Adding CometChat to a new Android project
- Setting up Gradle dependencies for CometChat UIKit v6
- Initializing the CometChat SDK
- Implementing login, logout, or user creation
- Sending text, media, or custom messages via
CometChatUIKit
Do not use this skill when
- Configuring
UIKitSettingsin detail (usecometchat-android-v6-builder-settings) - Working with UI components (use
cometchat-android-v6-kotlin-componentsorcometchat-android-v6-compose-components) - Handling events (use
cometchat-android-v6-events)