Skip to content

BotStacks/mobile-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

623c736 Β· Mar 22, 2024
Mar 7, 2024
Mar 13, 2024
Mar 22, 2024
Mar 7, 2024
Mar 1, 2024
Mar 22, 2024
Mar 13, 2024
Mar 22, 2024
Mar 13, 2024
Mar 7, 2024
Mar 13, 2024
Feb 14, 2024
Feb 14, 2024
Mar 13, 2024
Mar 7, 2024

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