Package com.yandex.mobile.ads.video
Class VmapLoader.OnVmapLoadedListener
- java.lang.Object
-
- com.yandex.mobile.ads.video.VmapLoader.OnVmapLoadedListener
-
- Enclosing class:
- VmapLoader
public abstract static class VmapLoader.OnVmapLoadedListener extends java.lang.ObjectClass that is implemented to determine when the Vmap loading has completed or failed.
-
-
Constructor Summary
Constructors Constructor Description OnVmapLoadedListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidonVmapFailedToLoad(VmapError error)Notifies thatVmapfailed to load.abstract voidonVmapLoaded(Vmap vmap)Notifies thatVmapwas loaded.
-