SupportLevel

public enum SupportLevel : Int

Undocumented

  • No support for the feature.

    Declaration

    Swift

    case NoSupport = 0
  • Optional support for the feature.

    Declaration

    Swift

    case Optional = 1
  • Mandatory support for the feature.

    Declaration

    Swift

    case Mandatory = 2