sgrebnov / cordova-plugin-azure-notificationhub

Apache License 2.0
11 stars 36 forks source link

Make unified object for onPushNotificationReceived callback #2

Open sgrebnov opened 10 years ago

sgrebnov commented 10 years ago

Make sure on all platforms push notification object passed to the onPushNotificationReceived callback is the same.

PushNotification: type: 'toast' | 'tile' | 'badge' | 'custom' | .. content: text1, text2, etc - parsed properties from notification received raw: - raw string as it was received from the server side