次の方法で共有


CPApplicationDelegate.ShouldSaveApplicationState メソッド

定義

アプリケーションがアプリケーションの状態情報を保存する必要があるかどうか。

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

パラメーター

application
UIApplication

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

coder
NSCoder

戻り値

属性

適用対象