Package com.yandex.mobile.ads.common
Interface VideoEventListener
-
- All Implemented Interfaces:
@MainThread() public interface VideoEventListener
A listener for receiving callbacks for video events.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonVideoComplete()Called when video playback ends. -
-
Method Detail
-
onVideoComplete
abstract Unit onVideoComplete()
Called when video playback ends.
-
-
-
-