Android SDK
Step 1: Add the SDK Package
1: Add dependency
dependencies {
// WotNot Chatbot SDK
implementation 'io.wotnot.android:chatbotsdk:1.0.3'
// Required Android dependencies
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'androidx.activity:activity-ktx:1.9.3'
}1.2: Sync Gradle
Step 3: Add required permissions
Step 2: SDK Configuration
2.1 Create a WidgetConfig
Where to find these credentials



Visitor key notes
Step 2: Initialize the SDK
Step 3: Launching the chat screen
3.1 Conversation list screen
3.2 Conversation detail screen without key
3.2 Ending the conversation
Step 4: Theme customization
4.1 Theme options
Property
Setter
Default
Used For
4.2 Applying a theme
Complete integration example
Last updated
Was this helpful?