[][src]Trait uikit_sys::IUNNotificationResponse

pub trait IUNNotificationResponse: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn notification(self) -> UNNotification
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn actionIdentifier(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn notification(self) -> UNNotification where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl IUNNotificationResponse for UNNotificationResponse[src]

impl IUNNotificationResponse for UNTextInputNotificationResponse[src]

Loading content...