[][src]Trait uikit_sys::UIApplication_UIStateRestoration

pub trait UIApplication_UIStateRestoration: Sized + Deref {
    unsafe fn extendStateRestoration(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn completeStateRestoration(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn ignoreSnapshotOnNextApplicationLaunch(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn registerObjectForStateRestoration_restorationIdentifier_(
        object: *mut u64,
        restorationIdentifier: NSString
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

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

unsafe fn registerObjectForStateRestoration_restorationIdentifier_(
    object: *mut u64,
    restorationIdentifier: NSString
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIApplication_UIStateRestoration for UIApplication[src]

Loading content...