Skip to content

Android

This guide provides instructions for setting up the Hive SDK to use chat functionality on Android.

Ai chat filtering

To use AI chat filtering, complete Hive Console > Chat > AI Chat Filtering > AI Chat Filtering Settings > Basic Prohibited Words, Additional Prohibited Words Settings.

Add libraries to use

Add the module library for Hive SDK chat in the module-level build.gradle file. Below is an example of build.gradle.

dependencies {
   // Chat
   implementation "com.com2us.android.hive:hive-chat"
}