getIncoming in UrbanAirship for Phonegap getIncoming in UrbanAirship for Phonegap ios ios

getIncoming in UrbanAirship for Phonegap


Use below code for PhoneGap push notification

window.LocalNotification.add({                    message : "hello",                    ticker : "New Notification",                    repeatDaily : false,                    id : 4                }, newNotification);function newNotification(e) {if (e != null && e.event == "newLocalNotification") {    // add my Appointment page    window.location = "#redirectPageId";}

}

Use "redirectPageId" for redirect page