Share via


UIApplicationDelegate.DidDecodeRestorableState(UIApplication, NSCoder) Method

Definition

Indicates that the app should restore highest-level state.

[Foundation.Export("application:didDecodeRestorableStateWithCoder:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidDecodeRestorableState(UIKit.UIApplication application, Foundation.NSCoder coder);
[<Foundation.Export("application:didDecodeRestorableStateWithCoder:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidDecodeRestorableState : UIKit.UIApplication * Foundation.NSCoder -> unit
override this.DidDecodeRestorableState : UIKit.UIApplication * Foundation.NSCoder -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

coder
NSCoder

Implements

Attributes

Applies to