Setting

public enum Setting

Setting related items (Global Kodi Type)

  • The Category of the setting (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    enum Category : String, Codable, Sendable
  • Setting details related items (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    enum Details
  • ID

    The ID of the Kodi setting (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    enum ID : String, Codable, Sendable
  • The settings level (Global Kodi Type)

    See more

    Declaration

    Swift

    enum Level : String, Codable
  • The settings section (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    enum Section : String, Codable, Sendable