Share via


UIApplicationDelegate_Extensions.ProtectedDataWillBecomeUnavailable Method

Definition

Indicates that protected files are about to be encrypted and unavailable for reading.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ProtectedDataWillBecomeUnavailable(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ProtectedDataWillBecomeUnavailable : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Attributes

Applies to