Skip to content

Titanium.Network.PushNotificationData

A simple object representing a push notification.

Properties #

data#

Type: 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#

Type: Boolean

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

Titanium SDK Documentation