[][src]Trait uikit_sys::UNNotificationResponse_UIKitAdditions

pub trait UNNotificationResponse_UIKitAdditions: Sized + Deref {
    unsafe fn targetScene(self) -> UIScene
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn targetScene(self) -> UIScene where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UNNotificationResponse_UIKitAdditions for UNNotificationResponse[src]

impl UNNotificationResponse_UIKitAdditions for UNTextInputNotificationResponse[src]

Loading content...