An open API service indexing awesome lists of open source software.

https://github.com/comapi/comapi-chat-sdk-android

Chat SDK for Comapi. Extends Foundation with additional logic for Chat apps
https://github.com/comapi/comapi-chat-sdk-android

Last synced: 4 months ago
JSON representation

Chat SDK for Comapi. Extends Foundation with additional logic for Chat apps

Awesome Lists containing this project

README

          

# Android Chat SDK for Comapi

Client to connect your Android application with [Comapi](http://comapi.com/) services and add it as a channel to our cloud messaging platform.
Adapts Comapi Foundation SDK providing it with logic useful for building chat application.

## Download

Via Maven

```xml

com.comapi
chat
1.1.1

```

or Gradle

```
compile 'com.comapi:chat:1.1.1'
```

For more information about the integration please visit [the website](http://docs.comapi.com/reference#one-sdk-android-overview).