pub unsafe trait UNNotificationResponseUIKitAdditions: ClassType {
    // Provided method
    unsafe fn targetScene(
        &self,
        mtm: MainThreadMarker
    ) -> Option<Retained<UIScene>>
       where Self: Sized + Message { ... }
}
Available on crate feature UNNotificationResponse_UIKitAdditions only.
Expand description

Category “UIKitAdditions” on UNNotificationResponse.

Provided Methods§

source

unsafe fn targetScene(&self, mtm: MainThreadMarker) -> Option<Retained<UIScene>>
where Self: Sized + Message,

Available on crate features UIResponder and UIScene only.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl UNNotificationResponseUIKitAdditions for UNNotificationResponse

Available on crate feature objc2-user-notifications only.

Implementors§