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 UIKitSettings in detail (use cometchat-android-v6-builder-settings)
  • Working with UI components (use cometchat-android-v6-kotlin-components or cometchat-android-v6-compose-components)
  • Handling events (use cometchat-android-v6-events)
Related skills

More from cometchat/cometchat-skills

Installs
3
GitHub Stars
26
First Seen
8 days ago