Skip to content

BotStacks/mobile-sdk

Repository files navigation

Maven Central GitHub issues

BotStacks

BotStacks Mobile Chat SDK

Delightful chat for your mobile apps

 

📃 Table of Contents

 

✨ Overview

This SDK integrates a fully serviced chat experience on the BotStacks platform.

 

⚙ Installation

Compose Multiplatform

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

Android Only

If you are only targeting Android the dependency is:

dependencies {
    [...]
+   implementation("ai.botstacks:chat-sdk-android:{version}")
    [...]
}

Tip

To setup Android click here

 

🙋‍♂️ Help

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