-
public interface VideoControlsVisibilityListenerInterface definition for a callback to be invoked when the visibility of the com.getstream.sdk.chat.utils.exomedia.ui.widget.VideoControls changes
-
-
Method Summary
Modifier and Type Method Description abstract voidonControlsShown()Occurs when the DefaultControls becomes visible abstract voidonControlsHidden()Occurs when the DefaultControls becomes hidden -
-
Method Detail
-
onControlsShown
abstract void onControlsShown()
Occurs when the DefaultControls becomes visible
-
onControlsHidden
abstract void onControlsHidden()
Occurs when the DefaultControls becomes hidden
-
-
-
-