Package com.yandex.mobile.ads.feed
Interface FeedAdLoadListener
-
- All Implemented Interfaces:
@MainThread() public interface FeedAdLoadListener
Interface that is implemented to determine when the loading of feed advertising has completed or failed.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdLoaded()Notifies when additional ads is loaded. abstract UnitonAdFailedToLoad(AdRequestError error)Called when additional ads request failed. -
-
Method Detail
-
onAdLoaded
abstract Unit onAdLoaded()
Notifies when additional ads is loaded.
-
onAdFailedToLoad
abstract Unit onAdFailedToLoad(AdRequestError error)
Called when additional ads request failed.
- Parameters:
error- see errors here AdRequestError
-
-
-
-