UIApplicationDelegate_Extensions.DidDecodeRestorableState 方法

定义

指示应用应还原最高级别的状态。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidDecodeRestorableState (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSCoder coder);
static member DidDecodeRestorableState : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSCoder -> unit

参数

This
IUIApplicationDelegate

此扩展方法在其上运行的实例。

application
UIApplication

对调用此委托方法的 UIApplication 的引用。

coder
NSCoder
属性

适用于