UIApplicationDelegate.WillEncodeRestorableState Method

Definition

Indicates that the app is about to store application state data.

[Foundation.Export("application:willEncodeRestorableStateWithCoder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillEncodeRestorableState (UIKit.UIApplication application, Foundation.NSCoder coder);
abstract member WillEncodeRestorableState : UIKit.UIApplication * Foundation.NSCoder -> unit
override this.WillEncodeRestorableState : UIKit.UIApplication * Foundation.NSCoder -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

coder
NSCoder
Attributes

Applies to