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
- Host: GitHub
- URL: https://github.com/comapi/comapi-chat-sdk-android
- Owner: comapi
- License: mit
- Created: 2017-06-14T12:16:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T13:35:39.000Z (over 7 years ago)
- Last Synced: 2024-04-13T16:22:16.281Z (over 2 years ago)
- Language: Java
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).