Setting
public enum Setting
Setting related items (Global Kodi Type)
-
The Category of the setting (SwiftlyKodi Type)
See moreDeclaration
Swift
enum Category : String, Codable, Sendable -
Setting details related items (SwiftlyKodi Type)
See moreDeclaration
Swift
enum Details -
The ID of the Kodi setting (SwiftlyKodi Type)
See moreDeclaration
Swift
enum ID : String, Codable, Sendable -
The settings level (Global Kodi Type)
See moreDeclaration
Swift
enum Level : String, Codable -
The settings section (SwiftlyKodi Type)
See moreDeclaration
Swift
enum Section : String, Codable, Sendable
View on GitHub
Setting Enumeration Reference