jmessage-api-java-client icon indicating copy to clipboard operation
jmessage-api-java-client copied to clipboard

JiGuang's officially supported Java client library for accessing JMessage APIs. 极光官方支持的 Java 版本服务器端 SDK。

Results 5 jmessage-api-java-client issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.3 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

UserStateListResult[] results = client.getUsersState("user1", "user2", "user3"); package cn.jmessage.api.user; import cn.jiguang.common.resp.BaseResult; import com.google.gson.annotations.Expose; import java.util.ArrayList; import java.util.List; public class UserStateListResult extends BaseResult { @Expose List devices = new ArrayList(); @Expose String...

sendMessage时,如何设置需要回执?

我们的后台上JMessageClient 只需要实例化一个吗?可以采取单例模式吗?如果采用单例模式性能如何

只找到了单个删除用户的接口