Documentation Index
Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
AI Integration Quick Reference
AI Integration Quick Reference
Migration Steps:
- Update Maven URL to
https://dl.cloudsmith.io/public/cometchat/cometchat/maven/ - Update dependency to
com.cometchat:chat-sdk-android:4.2.0(or latest v4) - Change all imports from
com.cometchat.pro.*tocom.cometchat.chat.* - Rebuild and test your application
- Package name changed from
com.cometchat.protocom.cometchat.chat - Maven repository URL updated
- API remains largely compatible with v3
Maven URL Change
- Groovy
Dependency Change
- Groovy
Change the Import Class Packages
In v3, the import class package name starts withcom.cometchat.pro.*. Change it to com.cometchat.chat.* everywhere in the project and you are done with the v3 to v4 migration.
Next Steps
Setup
Review complete v4 setup instructions
Send Message
Test messaging functionality after migration
Calling Setup
Update calling features to v4
Real-Time Listeners
Verify event listeners work correctly