UIGuidedAccessRestrictionState Enum

Definition

An enumeration whose values specify whether a Guided Access restriction is in an allow or deny state.

public enum UIGuidedAccessRestrictionState
type UIGuidedAccessRestrictionState = 
Inheritance
UIGuidedAccessRestrictionState

Fields

Allow 0

The application should allow the behavior in question.

Deny 1

The application should not allow the behavior in question.

Applies to

See also

  • <xref:UIKit.UIGuidedAccessRestriction.GetState>