scheduleAd

abstract fun scheduleAd(adItem: AdItem)

Deprecated

Use `Player.ads.schedule(adItem)` instead.

Replace with

ads.schedule(adItem)

Schedules the adItem for playback.

Has no effect if

  • there is no active playback session

  • connected to a cast-compatible device