加载中 ...
首页 > 常见问题 正文

MobPush——免费app消息推送的API接口介绍

2019-03-24 10:30:11 来源:沈阳软件公司 作者:沈阳软件开发

MobPush是一款免费的app新闻推送产物,app主只需要在app内植入MobPush SDK就可以快速集成app的新闻推送功效。MobPush支持多种新闻形式,开发者可自动实时的和用户提倡交互,好比说发送谈天新闻、日程提醒、运动预告、进度提醒、动态更新等,现在,MobPush提供的通知、自界说新闻及当地通知,是可以笼罩大多数推送场景的。下面是MobPush-API接口的先容:

 

1. 新闻监听接口

MobPushReceiver: 新闻监听接口(包罗吸收自界说新闻、通知新闻、通知栏点击事务、别名和标签变换操作等)

MobPush.addPushReceiver(MobPushReceiver receiver): 设置新闻监听

MobPush.removePushReceiver(MobPushReceiver receiver): 移除新闻监听

 

2. 推送开关控制接口

MobPush.stopPush(): 制止推送(制止后将不会收到推送新闻,仅可通过restartPush重新打开)

MobPush.restartPush(): 重新打开推送服务

MobPush.isPushStopped(): 判断推送服务是否已经制止

 

3. 推送选项接口

MobPush.setSilenceTime(int startHour, int startMinute, int endHour, int endMinute): 设置通知静音时段(最先时间小时和分钟、竣事时间小时和分钟)

MobPush.setCustomNotification(MobPushCustomNotification customNotification): 设置自界说通知样式

 

4. 营业接口

MobPush.getRegistrationId(MobPushCallback软件开发

<a href=http://www.hvihi.com target=_blank class=infotextkey>沈阳<a href=http://www.hvihi.com target=_blank class=infotextkey>软件开发</a></a>,<a href=http://www.hvihi.com target=_blank class=infotextkey>沈阳<a href=http://www.hvihi.com target=_blank class=infotextkey>软件公司</a></a>

callback):获取注册id(可与用户id绑定,实现向指定用户推送新闻)

别名操作:(同时只能设置一个体名,可用来标识一个用户)

MobPush.setAlias(String alias):设置别名

MobPush.getAlias():获取当前设置的别名

MobPush.deleteAlias():删除别名

标签操作:(同时可设置多个标签,可用于多用户订阅标签的方式,批量推送新闻)

MobPush.addTags(String[] tags):添加标签

MobPush.getTags():获取所有已添加的标签

MobPush.deleteTags(String[] tags):删除标签

MobPush.cleanTags():扫除所有已添加的标签

MobPushCustomeMessage: 自界说新闻实体类

MobPushNotifyMessage: 通知新闻实体类

 

5. 当地通知

MobPush.addLocalNotification(MobPushLocalNotification notification):添加当地通知

MobPush.removeLocalNotification(int notificationId):移除当地通知

MobPush.clearLocalNotifications():清空当地通知

MobPushLocalNotification:当地通知新闻实体类,继续MobPushNotifyMessage

 

6. API错误码

API返回的错误码说明如下:(详见MobPushErrorCode.java说明)

-1 网络请求失败

-2 请求错误

 

“沈阳软件公司”的新闻页面文章、图片、音频、视频等稿件均为自媒体人、第三方机构发布或转载。如稿件涉及版权等问题,请与

我们联系删除或处理,客服QQ:55506560,稿件内容仅为传递更多信息之目的,不代表本网观点,亦不代表本网站赞同

其观点或证实其内容的真实性。