add open notificaiton event when app run background

This commit is contained in:
zhangqinghe
2015-04-10 11:04:56 +08:00
parent bf003c84c1
commit a049e2e62d
2 changed files with 31 additions and 12 deletions

View File

@@ -27,15 +27,14 @@
}
}
var onOpenNotification = function(event){
try{
var alert = event.alert;
var extras = event.extras;
console.log(alert);
//console.log(extras);
}
catch(exeption){
console.log(exception)
}
try{
var alert = event.aps.alert;
console.log("JPushPlugin:onPpenNotification key aps.alert:"+alert);
}
catch(exception){
console.log("JPushPlugin:onPpenNotification"+exception);
}
}
var onReceiveNotification = function(event){
try{