[][src]Trait uikit_sys::PUIWindowSceneDelegate

pub trait PUIWindowSceneDelegate: Sized + Deref {
    unsafe fn windowScene_didUpdateCoordinateSpace_interfaceOrientation_traitCollection_(
        self,
        windowScene: UIWindowScene,
        previousCoordinateSpace: *mut u64,
        previousInterfaceOrientation: UIInterfaceOrientation,
        previousTraitCollection: UITraitCollection
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn windowScene_performActionForShortcutItem_completionHandler_(
        self,
        windowScene: UIWindowScene,
        shortcutItem: UIApplicationShortcutItem,
        completionHandler: _bindgen_ty_id_166684
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn windowScene_userDidAcceptCloudKitShareWithMetadata_(
        self,
        windowScene: UIWindowScene,
        cloudKitShareMetadata: CKShareMetadata
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn window(self) -> UIWindow
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setWindow_(self, window: UIWindow)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn windowScene_didUpdateCoordinateSpace_interfaceOrientation_traitCollection_(
    self,
    windowScene: UIWindowScene,
    previousCoordinateSpace: *mut u64,
    previousInterfaceOrientation: UIInterfaceOrientation,
    previousTraitCollection: UITraitCollection
) where
    Self::Target: Message + Sized

unsafe fn windowScene_performActionForShortcutItem_completionHandler_(
    self,
    windowScene: UIWindowScene,
    shortcutItem: UIApplicationShortcutItem,
    completionHandler: _bindgen_ty_id_166684
) where
    Self::Target: Message + Sized

unsafe fn windowScene_userDidAcceptCloudKitShareWithMetadata_(
    self,
    windowScene: UIWindowScene,
    cloudKitShareMetadata: CKShareMetadata
) where
    Self::Target: Message + Sized

unsafe fn window(self) -> UIWindow where
    Self::Target: Message + Sized

unsafe fn setWindow_(self, window: UIWindow) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...