Kodi Namespaces

  • List, enable and execute addons (Kodi Namespace)

    See more

    Declaration

    Swift

    public enum Addons
  • Application information and control (Kodi Namespace & Kodi Global Type)

    See more

    Declaration

    Swift

    public enum Application
  • Audio Library information (Kodi Namespace)

    See more

    Declaration

    Swift

    public enum AudioLibrary
  • Favourites (Kodi Namespace)

    See more

    Declaration

    Swift

    public enum Favourites
  • Shares information & filesystem listings (Kodi Namespace & Kodi Global Type)

    See more

    Declaration

    Swift

    public enum Files
  • Manages all available players (Kodi Namespace & Kodi Global Type)

    Note

    Fuctions in Player that will give a response are ‘Asynchronous’; others are not
    See more

    Declaration

    Swift

    public enum Player
  • Playlist modification (Kodi Namespace & Kodi Global Type)

    Note

    Fuctions in Playlist that will give a response are ‘Asynchronous’; others are not
    See more

    Declaration

    Swift

    public enum Playlist
  • Settings modification (Kodi Namespace)

    See more

    Declaration

    Swift

    public enum Settings
  • Video Library information (Kodi Namespace)

    See more

    Declaration

    Swift

    public enum VideoLibrary
  • Dumping ground for very Kodi specific operations (Kodi Namespace)

    See more

    Declaration

    Swift

    public enum XBMC