cometchat-android-v5-components
Installation
SKILL.md
Companion skills:
cometchat-android-v5-corecovers initialization and login;cometchat-android-v5-placementcovers where to put these components;cometchat-android-v5-customizationcovers how to modify component behavior.
Purpose
This is the single source of truth for CometChat Android UI Kit v5 component names, key methods, and usage. Check this catalog before writing any CometChat view code. If a component is not listed here, it does not exist in the UI Kit.
All components extend MaterialCardView and can be used in XML layouts or created programmatically. They follow a consistent pattern: set a User or Group object, configure visibility/style via setters, and attach callbacks for user interactions.