JPush极光推送Java服务器端API
摘要:// 对android和ios设备发送JPushClient jpush = new JPushClient(masterSecret, appKey);// 对android和ios设备发送,同时指定离线消息保存时间JPushClient jpush = new JPushClient(masterSecret, appKey, timeToLive);// 指定某种设备发送JPushClient jpush = new JPushClient(masterSecret, appKey, DeviceEnum.Android);// 指定某种设备发送,并且指定离线消息保存时间JPushCli
阅读全文
posted @ 2013-02-20 19:00