# PushNotificationData
A simple object representing a push notification.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# data
data :Dictionary
The userinfo
dictionary passed to the Apple Push Notification Service.
For more information, see the following item in the iOS Developer Library:
# inBackground
inBackground :Boolean
Boolean indicating if notification was received while app was in background.