[][src]Trait uikit_sys::IUIUserNotificationSettings

pub trait IUIUserNotificationSettings: Sized + Deref {
    unsafe fn types(self) -> UIUserNotificationType
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn categories(self) -> NSSet
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn settingsForTypes_categories_(
        types: UIUserNotificationType,
        categories: NSSet
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn types(self) -> UIUserNotificationType where
    Self::Target: Message + Sized

unsafe fn categories(self) -> NSSet where
    Self::Target: Message + Sized

unsafe fn settingsForTypes_categories_(
    types: UIUserNotificationType,
    categories: NSSet
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIUserNotificationSettings for UIUserNotificationSettings[src]

Loading content...