-
public interface BaseAdVideoPlayer
-
-
Method Summary
Modifier and Type Method Description abstract long
getCurrentPositionLong()
abstract boolean
isPlaying()
abstract void
release()
abstract void
onContentComplete()
-
-
Method Detail
-
getCurrentPositionLong
abstract long getCurrentPositionLong()
-
isPlaying
abstract boolean isPlaying()
-
release
abstract void release()
-
onContentComplete
abstract void onContentComplete()
-
-
-
-