-
- 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 voidonInstreamAdCompleted()Notifies about completion of instream ad playback. abstract voidonInstreamAdPrepared()Notifies that preroll (if it exists in ad) is prepared. abstract voidonError(@NonNull() String reason)Notifies about error occured during instream ad playback. -
-
Method Detail
-
onInstreamAdCompleted
abstract void onInstreamAdCompleted()
Notifies about completion of instream ad playback.
-
onInstreamAdPrepared
abstract void onInstreamAdPrepared()
Notifies that preroll (if it exists in ad) is prepared. If no preroll exists, callback will be fired immediately after prepare() call.
-
-
-
-