ClipboardAccessPolicy
public enum ClipboardAccessPolicy : String
Enum covering the options available for clipboard access policy
-
pasting clipboard content from and to other apps is blocked
Declaration
Swift
case blocked
-
clipboard pasting is unrestricted and possible between any apps
Declaration
Swift
case unrestricted