Share via


IUIApplicationDelegate.ProtectedDataDidBecomeAvailable(UIApplication) Method

Definition

Protected files are now available.

[Foundation.Export("applicationProtectedDataDidBecomeAvailable:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ProtectedDataDidBecomeAvailable(UIKit.UIApplication application);
[<Foundation.Export("applicationProtectedDataDidBecomeAvailable:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ProtectedDataDidBecomeAvailable : UIKit.UIApplication -> unit
override this.ProtectedDataDidBecomeAvailable : UIKit.UIApplication -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Attributes

Remarks

Content protection encrypts and restricts access to protected files in certain situations, such as when the device is locked. This method will be called when the device is unlocked and the files are available for reading.

Applies to