Schedules the localNotification for immediate presentation.
details is an object containing:
alertBody : The message displayed in the notification alert.Schedules the localNotification for future presentation.
details is an object containing:
fireDate : The date and time when the system should deliver the notification.alertBody : The message displayed in the notification alert.Sets the badge number for the app icon on the home screen
Gets the current badge number for the app icon on the home screen
Attaches a listener to remote notification events while the app is running + }
Schedules the localNotification for immediate presentation.
details is an object containing:
alertBody : The message displayed in the notification alert.Schedules the localNotification for future presentation.
details is an object containing:
fireDate : The date and time when the system should deliver the notification.alertBody : The message displayed in the notification alert.Cancels all scheduled localNotifications
Sets the badge number for the app icon on the home screen
Gets the current badge number for the app icon on the home screen
Attaches a listener to remote notification events while the app is running in the foreground or the background.
Valid events are:
notification : Fired when a remote notification is received. The
handler will be invoked with an instance of PushNotificationIOS.register: Fired when the user registers for remote notifications. The
handler will be invoked with a hex string representing the deviceToken.