public interface VideoControlsButtonListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onFastForwardClicked()
Occurs when the Fast Forward button on the
VideoControls
is clicked. |
boolean |
onNextClicked()
Occurs when the Next button on the
VideoControls
is clicked |
boolean |
onPlayPauseClicked()
Occurs when the PlayPause button on the
VideoControls
is clicked |
boolean |
onPreviousClicked()
Occurs when the Previous button on the
VideoControls
is clicked |
boolean |
onRewindClicked()
Occurs when the Rewind button on the
VideoControls
is clicked. |
boolean onPlayPauseClicked()
VideoControls
is clickedboolean onPreviousClicked()
VideoControls
is clickedboolean onNextClicked()
VideoControls
is clickedboolean onRewindClicked()
VideoControls
is clicked.boolean onFastForwardClicked()
VideoControls
is clicked.