Details

struct Details : Decodable

Addon details {Global Kodi Type)

  • id

    The ID of the addon

    Declaration

    Swift

    public var id: String
  • The name of the addon

    Declaration

    Swift

    public var name: String
  • The type of addon

    Declaration

    Swift

    public var addonType: Addon.Types
  • Custom decoder

    Declaration

    Swift

    public init(from decoder: Decoder) throws