SettingType

enum SettingType : String, Decodable, Sendable

Setting Type (SwiftlyKodi type)

  • Undocumented

    Declaration

    Swift

    case unknown
  • Undocumented

    Declaration

    Swift

    case bool = "boolean"
  • int

    Undocumented

    Declaration

    Swift

    case int = "integer"
  • Undocumented

    Declaration

    Swift

    case string
  • Undocumented

    Declaration

    Swift

    case list
  • Undocumented

    Declaration

    Swift

    case addon