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

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

Results 24 jpush-api-java-client issues
Sort by recently updated
recently updated
newest added

## 示例代码 ``` try { PushResult result = jpushClient.sendPush(payload); LOG.info("Got result - " + result); Thread.sleep(5000); // 请求结束后,调用 NettyHttpClient 中的 close 方法,否则进程不会退出。 jpushClient.close(); } catch(InterruptedException e) { e.printStackTrace(); } ```...

什么时候有海外版EngageLab的api-java-client

如题,查询设备列表接口还没加入最新的参数,还请更新一下

![image](https://github.com/user-attachments/assets/0de26f10-3958-4804-b656-03003ea61fe6) ![image](https://github.com/user-attachments/assets/942fd2a9-7f7c-4b78-9215-7401a9483076)