FireTVSelectionDelegateProtocol

public protocol FireTVSelectionDelegateProtocol : AnyObject

Protocol specifying the delegate methods called by the fire tv selection

  • Method is called if a player is selected in the fire tv selection view

    Declaration

    Swift

    func didSelectPlayer(_ fireTVSelectionViewController: FireTVSelectionViewController, player: RemoteMediaPlayer)

    Parameters

    fireTVSelectionViewController

    corresponding fire tv selection view controller

    player

    selected player

  • Called if the close button is pressed in the fire tv selection view

    Declaration

    Swift

    func didPressCloseButton(_ fireTVSelectionViewController: FireTVSelectionViewController)

    Parameters

    fireTVSelectionViewController

    corresponding fire tv selection view controller