SettingType
enum SettingType : String, Decodable, Sendable
Setting Type (SwiftlyKodi type)
-
Undocumented
Declaration
Swift
case unknown
-
Undocumented
Declaration
Swift
case bool = "boolean"
-
Undocumented
Declaration
Swift
case int = "integer"
-
Undocumented
Declaration
Swift
case string
-
Undocumented
Declaration
Swift
case list
-
Undocumented
Declaration
Swift
case addon