Support

public enum Support

Feature support.

  • Feature is not supported.

    Declaration

    Swift

    case disabled
  • Feature is supported but not mandatory.

    Declaration

    Swift

    case supported
  • Feature is supported and mandatory.

    Declaration

    Swift

    case mandatory