Package com.yandex.mobile.ads.instream
Interface InstreamAdListener
-
- All Implemented Interfaces:
@MainThread() public interface InstreamAdListener
This interface is used to notify about events occuring during instream ad playback.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onInstreamAdCompleted()
Notifies about completion of instream ad playback. abstract Unit
onInstreamAdPrepared()
Notifies that preroll (if it exists in ad) is prepared. abstract Unit
onError(String reason)
Notifies about error occured during instream ad playback. -
-
Method Detail
-
onInstreamAdCompleted
abstract Unit onInstreamAdCompleted()
Notifies about completion of instream ad playback.
-
onInstreamAdPrepared
abstract Unit onInstreamAdPrepared()
Notifies that preroll (if it exists in ad) is prepared. If no preroll exists, callback will be fired immediately after prepare() call.
-
-
-
-