Class UIGuidedAccessRestrictionState


  • public final class UIGuidedAccessRestrictionState
    extends java.lang.Object
    UIGuidedAccessRestrictions 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Allow  
      static long Deny  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait