Skip to content

ably/ably-chat-kotlin

Repository files navigation

Ably Chat Header Version License

Ably Chat Android SDK

Ably Chat is a set of purpose-built APIs for a host of chat features enabling you to create 1:1, 1:Many, Many:1 and Many:Many chat rooms for any scale. It is designed to meet a wide range of chat use cases, such as livestreams, in-game communication, customer support, or social interactions in SaaS products. Built on Ably's core service, it abstracts complex details to enable efficient chat architectures.


Getting started

Everything you need to get started with Ably Chat for Android:


Supported platforms

Ably aims to support a wide range of platforms. If you experience any compatibility issues, open an issue in the repository or contact Ably support.

This SDK supports the following platforms:

Platform Support
Android Android 7.0+ (API level 24+)
Java Java 8+

Note

Key functionality such as sending and receiving messages is powered by the ably-android library. The ably-android library is included as an api dependency within the Chat SDK, so there is no need to manually add it to your project.


Installation

The Ably Chat SDK is available on the Maven Central Repository. To include the dependency in your project, add the following to your build.gradle file:

For Groovy:

implementation 'com.ably.chat:chat-android:0.6.0'

For Kotlin Script (build.gradle.kts):

implementation("com.ably.chat:chat-android:0.6.0")

Releases

The CHANGELOG.md contains details of the latest releases for this SDK. You can also view all Ably releases on changelog.ably.com.


Contribute

Read the CONTRIBUTING.md guidelines to contribute to Ably or Share feedback or request a new feature.


Support, Feedback, and Troubleshooting

For help or technical support, visit Ably's support page. You can also view the community reported Github issues or raise one yourself.

About

Ably Chat SDK for Android to build chat experiences at scale

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages