Feature

public enum Feature : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case bluetooth = "BLUETOOTH"
  • Undocumented

    Declaration

    Swift

    case volume = "VOLUME"
  • Undocumented

    Declaration

    Swift

    case notifications = "NOTIFICATIONS"
  • Undocumented

    Declaration

    Swift

    case lists = "LISTS"
  • Undocumented

    Declaration

    Swift

    case skills = "SKILLS"
  • Undocumented

    Declaration

    Swift

    case networkProfile = "NETWORK_PROFILE"
  • Undocumented

    Declaration

    Swift

    case settings = "SETTINGS"
  • all

    Undocumented

    Declaration

    Swift

    case all = "ALL"
  • Declaration

    Swift

    public var description: String { get }