Package com.naver.ads.video.player
Interface Updatable
-
- All Implemented Interfaces:
public interface UpdatableAn object that can be updated.
-
-
Method Summary
Modifier and Type Method Description abstract Unitupdate(VideoAdState state, VideoProgressUpdate progressUpdate, Boolean muted)Propagates state and progressUpdate to the UiElementViews managed by UiElementViewGroupManager. -
-
Method Detail
-
update
abstract Unit update(VideoAdState state, VideoProgressUpdate progressUpdate, Boolean muted)
Propagates state and progressUpdate to the UiElementViews managed by UiElementViewGroupManager.
- Parameters:
state- the state of video ad.progressUpdate- the VideoProgressUpdate describing playback progress of the current ad.muted- the mute state of the current audio stream.
-
-
-
-