[][src]Trait uikit_sys::UIApplication_UIApplicationDeprecated

pub trait UIApplication_UIApplicationDeprecated: Sized + Deref {
    unsafe fn setStatusBarHidden_animated_(self, hidden: BOOL, animated: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStatusBarOrientation_animated_(
        self,
        interfaceOrientation: UIInterfaceOrientation,
        animated: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStatusBarStyle_animated_(
        self,
        statusBarStyle: UIStatusBarStyle,
        animated: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStatusBarHidden_withAnimation_(
        self,
        hidden: BOOL,
        animation: UIStatusBarAnimation
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setKeepAliveTimeout_handler_(
        self,
        timeout: NSTimeInterval,
        keepAliveHandler: _bindgen_ty_id_159734
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn clearKeepAliveTimeout(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isProximitySensingEnabled(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setProximitySensingEnabled_(self, proximitySensingEnabled: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn statusBarOrientation(self) -> UIInterfaceOrientation
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStatusBarOrientation_(
        self,
        statusBarOrientation: UIInterfaceOrientation
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn statusBarStyle(self) -> UIStatusBarStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStatusBarStyle_(self, statusBarStyle: UIStatusBarStyle)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isStatusBarHidden(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStatusBarHidden_(self, statusBarHidden: BOOL)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn setStatusBarHidden_animated_(self, hidden: BOOL, animated: BOOL) where
    Self::Target: Message + Sized

unsafe fn setStatusBarOrientation_animated_(
    self,
    interfaceOrientation: UIInterfaceOrientation,
    animated: BOOL
) where
    Self::Target: Message + Sized

unsafe fn setStatusBarStyle_animated_(
    self,
    statusBarStyle: UIStatusBarStyle,
    animated: BOOL
) where
    Self::Target: Message + Sized

unsafe fn setStatusBarHidden_withAnimation_(
    self,
    hidden: BOOL,
    animation: UIStatusBarAnimation
) where
    Self::Target: Message + Sized

unsafe fn setKeepAliveTimeout_handler_(
    self,
    timeout: NSTimeInterval,
    keepAliveHandler: _bindgen_ty_id_159734
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn clearKeepAliveTimeout(self) where
    Self::Target: Message + Sized

unsafe fn isProximitySensingEnabled(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setProximitySensingEnabled_(self, proximitySensingEnabled: BOOL) where
    Self::Target: Message + Sized

unsafe fn statusBarOrientation(self) -> UIInterfaceOrientation where
    Self::Target: Message + Sized

unsafe fn setStatusBarOrientation_(
    self,
    statusBarOrientation: UIInterfaceOrientation
) where
    Self::Target: Message + Sized

unsafe fn statusBarStyle(self) -> UIStatusBarStyle where
    Self::Target: Message + Sized

unsafe fn setStatusBarStyle_(self, statusBarStyle: UIStatusBarStyle) where
    Self::Target: Message + Sized

unsafe fn isStatusBarHidden(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setStatusBarHidden_(self, statusBarHidden: BOOL) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIApplication_UIApplicationDeprecated for UIApplication[src]

Loading content...