[−][src]Trait uikit_sys::UIApplication_UILocalNotifications
Provided methods
unsafe fn presentLocalNotificationNow_(self, notification: UILocalNotification) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn scheduleLocalNotification_(self, notification: UILocalNotification) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn cancelLocalNotification_(self, notification: UILocalNotification) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn cancelAllLocalNotifications(self) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn scheduledLocalNotifications(self) -> NSArray where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setScheduledLocalNotifications_(
self,
scheduledLocalNotifications: NSArray
) where
Self::Target: Message + Sized,
self,
scheduledLocalNotifications: NSArray
) where
Self::Target: Message + Sized,