public final class UIGuidedAccessRestrictionState
extends java.lang.Object
Guided Access is a feature that restricts iOS to running only one app, while disabling the use of hardware buttons.
The UIGuidedAccessRestrictions protocol allows an app to specify additional features that can be disabled by users when in Guided Access mode.
For example, a Photos-based app could disallow photo deletion. If the user disabled photo deletion, guidedAccessRestrictionWithIdentifier:willChangeState: will be called. The app should then completely remove the ability to delete photos through any user interface mechanism.
The app should provide the list of semantic features that are desirable to be disabled while running in Guided Access mode.
public static final long Allow
public static final long Deny