Partager via


CPApplicationDelegate.ShouldRestoreApplicationState Méthode

Définition

Indique si l’application doit restaurer les informations d’état enregistrées.

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

Paramètres

application
UIApplication

Référence à l’UIApplication qui a appelé cette méthode de délégué.

coder
NSCoder

Retours

Attributs

S’applique à