Protocols

The following protocols are available globally.

  • Protocol describing the requirements of a FireTVPlayerPresenter The presenter is responsible for a FireTVViewProtocol and needs to be notified about certain actions happening in the view Call the appropriate method if you implement a custom fire tv player view

    See more

    Declaration

    Swift

    public protocol FireTVPlayerPresenterProtocol : AnyObject
  • Protocol describing the requirements of a fire tv player view Implement this protocol if you want to create your custom player view Set it up using the configure method of the FireTVPlayerWireframe

    See more

    Declaration

    Swift

    public protocol FireTVPlayerViewProtocol : AnyObject
  • Protocol describing the requirements of a FireTVSelectionPresenter The presenter in the VIPER architecture is responsible for a view and the counterpart of the view Comes to play if you implement a custom FireTVSelectionViewProtocol

    See more

    Declaration

    Swift

    public protocol FireTVSelectionPresenterProtocol : AnyObject
  • Protocol describing the requirements for a Logger

    See more

    Declaration

    Swift

    public protocol LoggerProtocol
  • Protocol stating the use of a logger

    See more

    Declaration

    Swift

    public protocol LoggerProvider