[][src]Trait uikit_sys::IUISceneConnectionOptions

pub trait IUISceneConnectionOptions: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn URLContexts(self) -> NSSet
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sourceApplication(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn handoffUserActivityType(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn userActivities(self) -> NSSet
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn notificationResponse(self) -> UNNotificationResponse
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn shortcutItem(self) -> UIApplicationShortcutItem
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn cloudKitShareMetadata(self) -> CKShareMetadata
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn URLContexts(self) -> NSSet where
    Self::Target: Message + Sized

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

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

unsafe fn userActivities(self) -> NSSet where
    Self::Target: Message + Sized

unsafe fn notificationResponse(self) -> UNNotificationResponse where
    Self::Target: Message + Sized

unsafe fn shortcutItem(self) -> UIApplicationShortcutItem where
    Self::Target: Message + Sized

unsafe fn cloudKitShareMetadata(self) -> CKShareMetadata where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl IUISceneConnectionOptions for UISceneConnectionOptions[src]

Loading content...