Details

enum Details

Setting details related items (SwiftlyKodi Type)

  • Setting category (Global Kodi Type)

    See more

    Declaration

    Swift

    struct Category : Decodable, Identifiable, Hashable, Sendable
  • Setting Details Control (SwiftlyKodi type)

    See more

    Declaration

    Swift

    struct Control : Decodable, Equatable, Sendable
  • Control Format (SwiftlyKodi type)

    See more

    Declaration

    Swift

    enum ControlFormat : String, Decodable, Sendable
  • Control Type (SwiftlyKodi type)

    See more

    Declaration

    Swift

    enum ControlType : String, Decodable, Sendable
  • Settings group (Global Kodi Type)

    See more

    Declaration

    Swift

    struct Group : Decodable, Identifiable, Hashable, Sendable
  • Setting details (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    struct KodiSetting : Identifiable, Equatable, Decodable, Sendable
  • Setting Option (SwiftlyKodi type)

    See more

    Declaration

    Swift

    struct Option : Hashable, Decodable, Sendable
  • Settings section (Global Kodi Type)

    See more

    Declaration

    Swift

    struct Section : Decodable, Identifiable, Hashable, Sendable
  • Setting Addon (Global Kodi Type)

    See more

    Declaration

    Swift

    struct SettingAddon : Decodable, Equatable, Sendable
  • Setting Bool (Global Kodi Type)

    See more

    Declaration

    Swift

    struct SettingBool : Decodable, Equatable, Sendable
  • Setting Int (Global Kodi Type)

    See more

    Declaration

    Swift

    struct SettingInt : Decodable, Equatable, Sendable
  • Setting List (Global Kodi Type)

    See more

    Declaration

    Swift

    struct SettingList : Decodable, Equatable, Sendable
  • Setting String (Global Kodi Type)

    See more

    Declaration

    Swift

    struct SettingString : Decodable, Equatable, Sendable
  • Setting Type (SwiftlyKodi type)

    See more

    Declaration

    Swift

    enum SettingType : String, Decodable, Sendable