[][src]Trait uikit_sys::UIApplication_UILocalNotifications

pub trait UIApplication_UILocalNotifications: Sized + Deref {
    unsafe fn presentLocalNotificationNow_(
        self,
        notification: UILocalNotification
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn scheduleLocalNotification_(
        self,
        notification: UILocalNotification
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn cancelLocalNotification_(self, notification: UILocalNotification)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn cancelAllLocalNotifications(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn scheduledLocalNotifications(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setScheduledLocalNotifications_(
        self,
        scheduledLocalNotifications: NSArray
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn presentLocalNotificationNow_(self, notification: UILocalNotification) where
    Self::Target: Message + Sized

unsafe fn scheduleLocalNotification_(self, notification: UILocalNotification) where
    Self::Target: Message + Sized

unsafe fn cancelLocalNotification_(self, notification: UILocalNotification) where
    Self::Target: Message + Sized

unsafe fn cancelAllLocalNotifications(self) where
    Self::Target: Message + Sized

unsafe fn scheduledLocalNotifications(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn setScheduledLocalNotifications_(
    self,
    scheduledLocalNotifications: NSArray
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIApplication_UILocalNotifications for UIApplication[src]

Loading content...