UIApplicationDelegate_Extensions.ProtectedDataWillBecomeUnavailable Method

Definition

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

public static void ProtectedDataWillBecomeUnavailable (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member ProtectedDataWillBecomeUnavailable : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Applies to