UILocalNotifications extension
UILocalNotifications
Properties
- scheduledLocalNotifications ↔ NSArray?
-
Available on UIApplication, provided by the UILocalNotifications extension
scheduledLocalNotificationsgetter/setter pair
Methods
-
cancelAllLocalNotifications(
) → void -
Available on UIApplication, provided by the UILocalNotifications extension
cancelAllLocalNotifications -
cancelLocalNotification(
UILocalNotification notification) → void -
Available on UIApplication, provided by the UILocalNotifications extension
cancelLocalNotification: -
presentLocalNotificationNow(
UILocalNotification notification) → void -
Available on UIApplication, provided by the UILocalNotifications extension
presentLocalNotificationNow: -
scheduleLocalNotification(
UILocalNotification notification) → void -
Available on UIApplication, provided by the UILocalNotifications extension
scheduleLocalNotification: