次の方法で共有


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
属性

適用対象