Package apple.uikit.enums
Class UIGuidedAccessRestrictionState
- java.lang.Object
-
- apple.uikit.enums.UIGuidedAccessRestrictionState
-
public final class UIGuidedAccessRestrictionState extends java.lang.ObjectUIGuidedAccessRestrictions 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.
-
-
Field Detail
-
Allow
public static final long Allow
- See Also:
- Constant Field Values
-
Deny
public static final long Deny
- See Also:
- Constant Field Values
-
-