Classes

The following classes are available globally.

  • Responsible for discovering FireTVs in your local network Observe the devicesObservable to be notified about changes to the internal devices list (device discovered or device lost)

    See more

    Declaration

    Swift

    public final class FireTVManager : FireTVManagerProtocol
  • Mock FireTV / player Use only for testing purposes

    See more

    Declaration

    Swift

    public final class DummyPlayer : RemoteMediaPlayer
  • Factory for creating services used by FireTVKit Most services the factory creates are internal Only the method for creating a player service is public

    See more

    Declaration

    Swift

    public final class ServiceFactory : ServiceFactoryProtocol