Package com.naver.ads.video.player
Interface ContentProgressProvider
-
- All Implemented Interfaces:
public interface ContentProgressProviderDefines an interface to allow SDK to track progress of the content video.
-
-
Method Summary
Modifier and Type Method Description abstract VideoProgressUpdategetContentProgress()Returns an update on the progress of the video. -
-
Method Detail
-
getContentProgress
abstract VideoProgressUpdate getContentProgress()
Returns an update on the progress of the video.
-
-
-
-