ContentProgressProvider

public interface ContentProgressProvider
Known Indirect Subclasses

Defines an interface to allow SDK to track progress of the content video. It provides updates required to enable triggering ads at configured cue points.

Public Method Summary

abstract VideoProgressUpdate
getContentProgress()
Gets an update on the progress of the video.

Public Methods

public abstract VideoProgressUpdate getContentProgress ()

Gets an update on the progress of the video. The function must not return a null value. Use VideoProgressUpdate.VIDEO_TIME_NOT_READY if the current time is not available.