[][src]Trait uikit_sys::UIApplication_UIUserNotificationSettings

pub trait UIApplication_UIUserNotificationSettings: Sized + Deref {
    unsafe fn registerUserNotificationSettings_(
        self,
        notificationSettings: UIUserNotificationSettings
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn currentUserNotificationSettings(
        self
    ) -> UIUserNotificationSettings
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn registerUserNotificationSettings_(
    self,
    notificationSettings: UIUserNotificationSettings
) where
    Self::Target: Message + Sized

unsafe fn currentUserNotificationSettings(self) -> UIUserNotificationSettings where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIApplication_UIUserNotificationSettings for UIApplication[src]

Loading content...