mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-19 13:52:49 +08:00
Merge remote-tracking branch 'refs/remotes/origin/dev'
This commit is contained in:
commit
9765352969
@ -1,9 +1,10 @@
|
|||||||
# Android API简介
|
# Android API 简介
|
||||||
|
|
||||||
|
- [注册成功事件](#注册成功事件)
|
||||||
- [接收通知时获得通知的内容](#接收通知时获得通知的内容)
|
- [接收通知时获得通知的内容](#接收通知时获得通知的内容)
|
||||||
- [打开通知时获得通知的内容](#打开通知时获得通知的内容)
|
- [打开通知时获得通知的内容](#打开通知时获得通知的内容)
|
||||||
- [收到自定义消息时获取消息的内容](#收到自定义消息时获取消息的内容)
|
- [收到自定义消息时获取消息的内容](#收到自定义消息时获取消息的内容)
|
||||||
- [获取集成日志(适用于 iOS)](#获取集成日志(适用于 iOS))
|
- [获取集成日志(同时适用于 iOS)](#获取集成日志同时适用于-ios)
|
||||||
- [接收消息和点击通知事件](#接收消息和点击通知事件)
|
- [接收消息和点击通知事件](#接收消息和点击通知事件)
|
||||||
- [统计分析](#统计分析)
|
- [统计分析](#统计分析)
|
||||||
- [清除通知](#清除通知)
|
- [清除通知](#清除通知)
|
||||||
@ -51,7 +52,7 @@ document.addEventListener('jpush.receiveRegistrationId', function (event) {
|
|||||||
- 附加字段:
|
- 附加字段:
|
||||||
window.plugins.jPushPlugin.receiveMessage.extras.yourKey
|
window.plugins.jPushPlugin.receiveMessage.extras.yourKey
|
||||||
|
|
||||||
## 获取集成日志(适用于 iOS)
|
## 获取集成日志(同时适用于 iOS)
|
||||||
|
|
||||||
### API - setDebugMode
|
### API - setDebugMode
|
||||||
|
|
||||||
@ -280,7 +281,7 @@ JPush SDK 提供了 2 个用于定制通知栏样式的构建类:
|
|||||||
- builderId: 设置本地通知样式。
|
- builderId: 设置本地通知样式。
|
||||||
- content: 设置本地通知的 content。
|
- content: 设置本地通知的 content。
|
||||||
- title: 设置本地通知的 title。
|
- title: 设置本地通知的 title。
|
||||||
- notificaitonID: 设置本地通知的 ID。
|
- notificaitonID: 设置本地通知的 ID(不要为 0)。
|
||||||
- broadcastTime: 设置本地通知触发时间,为距离当前时间的数值,单位是毫秒。
|
- broadcastTime: 设置本地通知触发时间,为距离当前时间的数值,单位是毫秒。
|
||||||
- extras: 设置额外的数据信息 extras 为 json 字符串。
|
- extras: 设置额外的数据信息 extras 为 json 字符串。
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
}],
|
}],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"cordova-plugin-device": ">=1.0.0",
|
"cordova-plugin-device": ">=1.0.0",
|
||||||
"jcore-cordova-plugin": ">=1.1.1"
|
"cordova-plugin-jcore": "1.1.1"
|
||||||
},
|
},
|
||||||
"author": "JiGuang",
|
"author": "JiGuang",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -35,4 +35,4 @@
|
|||||||
"url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
|
"url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
|
"homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
id="jpush-phonegap-plugin"
|
id="jpush-phonegap-plugin"
|
||||||
version="3.1.3">
|
version="3.1.3">
|
||||||
|
|
||||||
<name>JPush Plugin</name>
|
<name>JPush</name>
|
||||||
<description>JPush for cordova plugin</description>
|
<description>JPush for cordova plugin</description>
|
||||||
<author>JPush</author>
|
<author>JPush</author>
|
||||||
<keywords>JPush,push</keywords>
|
<keywords>JPush,push</keywords>
|
||||||
|
Loading…
Reference in New Issue
Block a user