Share via


UIApplicationDelegate_Extensions.DidDecodeRestorableState Method

Definition

Indicates that the app should restore highest-level state.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidDecodeRestorableState(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSCoder coder);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidDecodeRestorableState : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSCoder -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

coder
NSCoder
Attributes

Applies to