jpush-phonegap-plugin
Advanced tools
Comparing version 3.4.5 to 3.4.6
@@ -50,2 +50,10 @@ # iOS API | ||
#### 接口定义 | ||
```js | ||
window.JPush.init() | ||
``` | ||
### API - stopPush | ||
开发者 App 可以通过调用停止推送服务 API 来停止极光推送服务,当又需要使用极光推送服务时,则必须要调用恢复推送服务 API。 | ||
@@ -59,10 +67,2 @@ | ||
#### 接口定义 | ||
```js | ||
window.JPush.init() | ||
``` | ||
### API - stopPush | ||
- 不推荐调用,因为这个 API 只是让你的 DeviceToken 失效,在 设置-通知 中您的应用程序没有任何变化。 | ||
@@ -69,0 +69,0 @@ - 推荐:设置一个 UI 界面,提醒用户在 设置-通知 中关闭推送服务。 |
{ | ||
"name": "jpush-phonegap-plugin", | ||
"version": "3.4.5", | ||
"version": "3.4.6", | ||
"description": "JPush for cordova plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6977621
65