
Integrates a fully serviced chat experience into mobile apps using the BotStacks platform, offering seamless installation for multiplatform and Android-specific implementations.
Delightful chat for your mobile apps
Β
Β
This SDK integrates a fully serviced chat experience on the BotStacks platform.
Β
Add ai.botstacks:chat-sdk:{version} to your dependencies
val commonMain by getting {
dependencies {
[...]
+ implementation("ai.botstacks:chat-sdk:{version}")
[...]
}
}[!TIP] To setup Compose Multiplatform click here
If you are only targeting Android the dependency is:
dependencies {
[...]
+ implementation("ai.botstacks:chat-sdk-android:{version}")
[...]
}[!TIP] To setup Android click here
Β
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please join our Discord server
All Content Copyright Β© 2023 BotStacks
Delightful chat for your mobile apps
Β
Β
This SDK integrates a fully serviced chat experience on the BotStacks platform.
Β
Add ai.botstacks:chat-sdk:{version} to your dependencies
val commonMain by getting {
dependencies {
[...]
+ implementation("ai.botstacks:chat-sdk:{version}")
[...]
}
}[!TIP] To setup Compose Multiplatform click here
If you are only targeting Android the dependency is:
dependencies {
[...]
+ implementation("ai.botstacks:chat-sdk-android:{version}")
[...]
}[!TIP] To setup Android click here
Β
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please join our Discord server
All Content Copyright Β© 2023 BotStacks