次の方法で共有


CPApplicationDelegate.DidDecodeRestorableState(UIApplication, NSCoder) メソッド

定義

アプリが最高レベルの状態を復元する必要があることを示します。

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

パラメーター

application
UIApplication

このデリゲート メソッドを呼び出した UIApplication への参照。

coder
NSCoder
属性

注釈

これは、状態の復元中に呼び出される最後のメソッドです。 アプリケーション開発者は、このメソッドをオーバーライドして、最高レベルのアプリケーション データを復元できます。

適用対象

こちらもご覧ください

  • <xref:UIKit.UIApplicationDelegate.WillEncodeRestorableState>