Event
public enum Event
Encapsulates changes to the accessibility of protected files.
-
Protected files have become available for your code to access.
Declaration
Swift
case didBecomeAvailable -
Protected files are about to be locked down and become inaccessible.
Declaration
Swift
case willBecomeUnavailable
View on GitHub
Install in Dash
Event Enumeration Reference