FireTVPlayerThemeProtocol

public protocol FireTVPlayerThemeProtocol

Protocol describing the requirements of a fire tv player theme

  • Color for the background of the view

    Declaration

    Swift

    var backgroundColor: UIColor { get }
  • Tint color for the close button of the player view

    Declaration

    Swift

    var closeButtonTintColor: UIColor { get }
  • Color to be used for labels

    Declaration

    Swift

    var labelColor: UIColor { get }
  • Tint color for a position slider if used

    Declaration

    Swift

    var positionSliderTintColor: UIColor { get }
  • Tint color for the control buttons, like play and pause

    Declaration

    Swift

    var controlButtonTintColor: UIColor { get }
  • Color of the activity indicator view

    Declaration

    Swift

    var activityIndicatorViewColor: UIColor { get }