Enumerations

The following enumerations are available globally.

  • An enum specifying all WCAG conformance levels.

    See more

    Declaration

    Swift

    public enum ConformanceLevel : Int
  • An enum specifying all features available on the current platform.

    See more

    Declaration

    Swift

    public enum CapableFeature : String, CaseIterable
  • This enum defines several modes which describe whether all features need to be enabled to set the Handicap‘s status to enabled or only one of them.

    See more

    Declaration

    Swift

    public enum HandicapEnabledMode : String