public abstract static class VideoAdLoader.OnVideoAdLoadedListener
extends java.lang.Object
| Constructor and Description |
|---|
OnVideoAdLoadedListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onVideoAdFailedToLoad(VideoAdError error)
Notifies that video ad request failed.
|
abstract void |
onVideoAdLoaded(java.util.List<com.yandex.mobile.ads.video.models.ad.VideoAd> videoAds)
Notifies when video ads are loaded.
|
public abstract void onVideoAdLoaded(@NonNull
java.util.List<com.yandex.mobile.ads.video.models.ad.VideoAd> videoAds)
videoAds - Result of successful response.public abstract void onVideoAdFailedToLoad(@NonNull
VideoAdError error)
error - see errors here VideoAdError