mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-22 05:53:04 +08:00
add open notificaiton event interface's document
This commit is contained in:
parent
f217eda463
commit
fe7c52f2c9
17
README.md
17
README.md
@ -778,6 +778,23 @@ android
|
|||||||
##### 返回值
|
##### 返回值
|
||||||
无
|
无
|
||||||
|
|
||||||
|
#### API - openNotificationInAndroidCallback
|
||||||
|
|
||||||
|
当点击android手机的通知栏进入应用程序时,会调用这个函数,这个函数不需要主动调用,是作为回调函数来用的
|
||||||
|
|
||||||
|
|
||||||
|
##### 接口定义
|
||||||
|
|
||||||
|
JPushPlugin.prototype.openNotificationInAndroidCallback = function(data)
|
||||||
|
|
||||||
|
#####平台
|
||||||
|
android
|
||||||
|
|
||||||
|
##### 参数说明
|
||||||
|
- data js字符串
|
||||||
|
|
||||||
|
##### 返回值
|
||||||
|
无
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user