UIKit.UIApplication.IgnoreSnapshotOnNextApplicationLaunch Method
Instructs the system not to use a UI snapshot during relaunch.

Syntax

[Foundation.Export("ignoreSnapshotOnNextApplicationLaunch")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
public virtual void IgnoreSnapshotOnNextApplicationLaunch ()

Remarks

This method method be called from within the state-preservation process.

Normally, the system takes a snapshot of the UI during state-preservation and presents this during state-restoration. Generally, this makes the application user feel that the system is relaunching quickly. App developers can call this method during state-preservation if the UI would not be appropriate during relaunch.

If this method is called, during state-restoration the app's default launch image will be displayed.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0