RocketChat/Rocket.Chat.Java.SDK

Name: Rocket.Chat.Java.SDK

Owner: Rocket.Chat

Description: [DEPRECATED, NOT MAINTAINED] Java/Android SDK for Rocket.Chat

Created: 2017-06-08 06:23:46.0

Updated: 2018-05-02 18:01:49.0

Pushed: 2017-11-26 22:06:12.0

Homepage:

Size: 2962

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DEPRECATED

We are working on a new SDK in Kotlin, with compatibility with JAVA (in the future).

Rocket.Chat.Java.SDK

License: MIT RocketChat Gitter chat

Overview

This SDK is divided into two parts

  1. Core SDK
  2. Core SDK intro
  3. RocketChat API usage documentation
  4. RocketChat room API usage documentation

Download

  1. LiveChat SDK
  2. LiveChat SDK intro
  3. LiveChat API usage documentation
  4. LiveChat room API usage documentation

Download

License

MIT

Gradle

For java

1. Core SDK

ndencies {
compile 'com.rocketchat.core:rocketchat-core:0.7.1'

2. LiveChat SDK

ndencies {
compile 'com.rocketchat.livechat:rocketchat-livechat:0.7.1'

For android

1. Core SDK

ndencies {
compile ('com.rocketchat.core:rocketchat-core:0.7.1'){
    exclude group :'org.json', module: 'json'
}

2. LiveChat SDK

ndencies {
compile ('com.rocketchat.livechat:rocketchat-livechat:0.7.1'){
        exclude group :'org.json', module: 'json'
}

Features
1. Core SDK
2. LiveChat SDK
Important Note

All docs are available under docs/ directory on the repo.

Demo Android App

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.