Observable Classes

  • The Observable Class that provides the connection with a remote host (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    public final class KodiConnector : ObservableObject
  • The Observable Class that contains all the Player information (SwiftlyKodi Type)

    • The properties of the player
    • The optional current item in the player
    • The current audio playlist
    • The current video playlist
    • The volume of the player

    Note

    Volume is part of the Application properties but it makes sense here

    See more

    Declaration

    Swift

    public final class KodiPlayer : ObservableObject