-
@Deprecated(message = Use the new MediaNavigator API., level = DeprecationLevel.ERROR) public interface MediaPlayerCallback
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPrepared()abstract UnitonComplete(Integer index, Integer currentPosition, Integer duration)-
-
Method Detail
-
onPrepared
abstract Unit onPrepared()
-
onComplete
abstract Unit onComplete(Integer index, Integer currentPosition, Integer duration)
-
-
-
-