PushNotificationData

A simple object representing a push notification.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

PushNotificationData
data : Dictionary

The userinfo dictionary passed to the Apple Push Notification Service.

The userinfo dictionary passed to the Apple Push Notification Service.

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

application:didReceiveRemoteNotification in the UIApplicationDelegate Protocol Reference

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

Boolean indicating if notification was received while app was in background. This property became available in Titanium Mobile 3.1.0 for iOS.