[][src]Trait uikit_sys::IUIMutableUserNotificationCategory

pub trait IUIMutableUserNotificationCategory: Sized + Deref {
    unsafe fn setActions_forContext_(
        self,
        actions: NSArray,
        context: UIUserNotificationActionContext
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn identifier(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setIdentifier_(self, identifier: NSString)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn setActions_forContext_(
    self,
    actions: NSArray,
    context: UIUserNotificationActionContext
) where
    Self::Target: Message + Sized

unsafe fn identifier(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn setIdentifier_(self, identifier: NSString) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIMutableUserNotificationCategory for UIMutableUserNotificationCategory[src]

Loading content...