Contents

nextChannelInterstitialViewController(for:)

Asks the delegate for a view controller that describes the layout of the next channel’s interstitial view.

Declaration

optional func nextChannelInterstitialViewController(for playerViewController: AVPlayerViewController) -> UIViewController

Parameters

  • playerViewController:

    The player view controller.

Discussion

The framework calls this method when the user initiates, but hasn’t yet committed, a change in channel. The framework may calls this method while a previous channel interstice is visible (on screen, or transitioning).

See Also

Responding to Channel Changes