Package com.yandex.mobile.ads.nativeads
Interface NativeAdImageLoadingListener
-
- All Implemented Interfaces:
@MainThread() public interface NativeAdImageLoadingListener
A listener for receiving notifications about images loading progress.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonFinishLoadingImages()Notifies when ad finishes loading images. -
-
Method Detail
-
onFinishLoadingImages
abstract Unit onFinishLoadingImages()
Notifies when ad finishes loading images.
-
-
-
-