# PushNotificationData

A simple object representing a push notification.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# data

Availability
0.8
0.8
9.2.0
data :Dictionary

The userinfo dictionary passed to the Apple Push Notification Service.

For more information, see the following item in the iOS Developer Library:

application:didReceiveRemoteNotification:fetchCompletionHandler in the UIApplicationDelegate Protocol Reference


# inBackground

Availability
3.1.0
3.1.0
9.2.0
inBackground :Boolean

Boolean indicating if notification was received while app was in background.