-
public interface IPlayerView
-
-
Method Summary
-
-
Method Detail
-
config
abstract Unit config(VideoPlayerConfig config)
-
updateControllerVisibility
abstract Unit updateControllerVisibility(Boolean isPlaying)
-
updateViewersCounter
abstract Unit updateViewersCounter(String count)
-
hideViewersCounter
abstract Unit hideViewersCounter()
-
showCustomInformationDialog
abstract Unit showCustomInformationDialog(String message)
-
showPreEventInformationDialog
abstract Unit showPreEventInformationDialog()
-
showStartedEventInformationDialog
abstract Unit showStartedEventInformationDialog()
-
hideInfoDialogs
abstract Unit hideInfoDialogs()
-
showEventInfoButton
abstract Unit showEventInfoButton()
-
hideEventInfoButton
abstract Unit hideEventInfoButton()
-
setLiveMode
abstract Unit setLiveMode(MLSPlayerView.LiveState liveState)
-
continueOverlayAnimations
abstract Unit continueOverlayAnimations()
-
freezeOverlayAnimations
abstract Unit freezeOverlayAnimations()
-
showBuffering
abstract Unit showBuffering()
-
hideBuffering
abstract Unit hideBuffering()
-
getRemotePlayerControllerView
abstract RemotePlayerControllerView getRemotePlayerControllerView()
-
switchMode
abstract Unit switchMode(PlayerControllerMode mode)
-
addToTopRightContainer
abstract Unit addToTopRightContainer(View view)
-
removeFromTopRightContainer
abstract Unit removeFromTopRightContainer(View view)
-
addToTopLeftContainer
abstract Unit addToTopLeftContainer(View view)
-
removeFromTopLeftContainer
abstract Unit removeFromTopLeftContainer(View view)
-
-
-
-