General

Komodio App

  • The Komodio App Scene (shared)

    See more

    Declaration

    Swift

    @main
    struct KomodioApp : App
  • Static settings for Komodio

    See more

    Declaration

    Swift

    enum StaticSetting
  • Declaration

    Swift

    extension Router
  • Structure with details for a collection cell

    See more

    Declaration

    Swift

    struct KodiCell
  • Structure for a Komodio ‘Media Item’ (shared)

    Note

    Passed to KomodioPlayerView when playing a Kodi item
    See more

    Declaration

    Swift

    struct MediaItem : Codable, Hashable
  • Collection of loose parts (shared)

    See more

    Declaration

    Swift

    enum Parts
  • Helper functions for Host Items

    See more

    Declaration

    Swift

    enum Hosts
  • Backport SwiftUI functions for easier multi-targeting

    See more

    Declaration

    Swift

    public struct Backport<Content>