UIApplicationDelegate_Extensions.ShouldRestoreApplicationState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the application should restore saved state information.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldRestoreApplicationState (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSCoder coder);
static member ShouldRestoreApplicationState : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSCoder -> bool
Parameters
The instance on which this extension method operates.
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
- coder
- NSCoder
Returns
- Attributes