Contents

protectedDataWillBecomeUnavailableNotification

A notification that posts shortly before protected files are locked down and become inaccessible.

Declaration

nonisolated class let protectedDataWillBecomeUnavailableNotification: NSNotification.Name

Discussion

Upon receiving this notification, clients should release any references to protected files. This notification does not contain a userInfo dictionary.

See Also

Accessing protected content