Share via


UIApplicationDelegate.ShouldSaveSecureApplicationState Method

Definition

[Foundation.Export("application:shouldSaveSecureApplicationState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldSaveSecureApplicationState(UIKit.UIApplication application, Foundation.NSCoder coder);
[<Foundation.Export("application:shouldSaveSecureApplicationState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldSaveSecureApplicationState : UIKit.UIApplication * Foundation.NSCoder -> bool
override this.ShouldSaveSecureApplicationState : UIKit.UIApplication * Foundation.NSCoder -> bool

Parameters

application
UIApplication
coder
NSCoder

Returns

Implements

Attributes

Applies to