Browse Source

add additional data to be used when notification is clicked

activeAddress
Javier 9 years ago
parent
commit
0a40c0d128
  1. 3
      lib/pushnotificationsservice.js

3
lib/pushnotificationsservice.js

@ -122,7 +122,8 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio
opts.android = {
"data": {
"title": content.plain.subject,
"message": content.plain.body
"message": content.plain.body,
"walletId": notification.walletId,
}
};

Loading…
Cancel
Save