public interface InstreamAdPlayerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdCompleted(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
Fire this callback when instream ad player completed playing videoAd
|
void |
onAdPaused(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
Fire this callback when instream ad player paused playing videoAd
|
void |
onAdPrepared(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
Fire this callback when instream ad player is ready to present videoAd
|
void |
onAdResumed(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
Fire this callback when instream ad player resumed playing videoAd
|
void |
onAdStarted(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
Fire this callback when instream ad player started playing videoAd
|
void |
onAdStopped(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
Fire this callback when instream ad player stopped playing videoAd
|
void |
onError(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
Fire this callback when error occures in instream ad player while preparing or playing videoAd
|
void |
onVolumeChanged(com.yandex.mobile.ads.video.playback.model.VideoAd videoAd,
float value)
Fire this callback when instream ad player volume was updated
|
void onAdPrepared(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
videoAd - Video Ad for which the event occurredvoid onAdStarted(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
videoAd - Video Ad for which the event occurredvoid onAdPaused(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
videoAd - Video Ad for which the event occurredvoid onAdResumed(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
videoAd - Video Ad for which the event occurredvoid onAdCompleted(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
videoAd - Video Ad for which the event occurredvoid onVolumeChanged(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd,
float value)
videoAd - Video Ad for which the event occurredvalue - Volume value that was set to the playervoid onAdStopped(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
videoAd - Video Ad for which the event occurredvoid onError(@NonNull
com.yandex.mobile.ads.video.playback.model.VideoAd videoAd)
videoAd - Video Ad for which the event occurred