Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 608 Bytes

File metadata and controls

24 lines (17 loc) · 608 Bytes

Android Chat SDK for Comapi

Client to connect your Android application with Comapi 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

<dependency>
    <groupId>com.comapi</groupId>
    <artifactId>chat</artifactId>
    <version>1.1.1</version>
</dependency>

or Gradle

compile 'com.comapi:chat:1.1.1'

For more information about the integration please visit the website.