-
public interface VideoControlsButtonListener
-
-
Method Summary
Modifier and Type Method Description abstract booleanonPlayPauseClicked()Occurs when the PlayPause button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked abstract booleanonPreviousClicked()Occurs when the Previous button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked abstract booleanonNextClicked()Occurs when the Next button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked abstract booleanonRewindClicked()Occurs when the Rewind button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked. abstract booleanonFastForwardClicked()Occurs when the Fast Forward button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked. -
-
Method Detail
-
onPlayPauseClicked
abstract boolean onPlayPauseClicked()
Occurs when the PlayPause button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked
-
onPreviousClicked
abstract boolean onPreviousClicked()
Occurs when the Previous button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked
-
onNextClicked
abstract boolean onNextClicked()
Occurs when the Next button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked
-
onRewindClicked
abstract boolean onRewindClicked()
Occurs when the Rewind button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked.
-
onFastForwardClicked
abstract boolean onFastForwardClicked()
Occurs when the Fast Forward button on the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls is clicked.
-
-
-
-