README.md
file.Kindly, click on below button to download our Android Kotlin Chat UI Kit.Kotlin Chat UI KitView on GithubREADME.md
file.Kindly, click on below button to download our Java Sample App.Kotlin Sample AppView on Githubbuild.gradle
file in the repositories block under the allprojects
section.
build.gradle
file and
dependencies
section.android
sectionDocumentation
init()
method initializes the settings required for CometChat. Please make sure to call this method before calling any other methods from CometChat SDK.
login()
method returns the User object containing all the information of the logged-in user.
uikit-kotlin
Module from Module SettingsTheme.MaterialComponents
. Follow the guide on Getting started Material ComponentsTheme.MaterialComponents.NoActionBar
build.gradle
file in the app module, as shown in the following example:
CometChatUI
.