[][src]Trait uikit_sys::IUIUserNotificationAction

pub trait IUIUserNotificationAction: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn identifier(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn title(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn behavior(self) -> UIUserNotificationActionBehavior
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn parameters(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn activationMode(self) -> UIUserNotificationActivationMode
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isAuthenticationRequired(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isDestructive(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

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

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

unsafe fn behavior(self) -> UIUserNotificationActionBehavior where
    Self::Target: Message + Sized

unsafe fn parameters(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn activationMode(self) -> UIUserNotificationActivationMode where
    Self::Target: Message + Sized

unsafe fn isAuthenticationRequired(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn isDestructive(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIUserNotificationAction for UIMutableUserNotificationAction[src]

impl IUIUserNotificationAction for UIUserNotificationAction[src]

Loading content...