PlayerView.ControllerVisibilityListener


interface PlayerView.ControllerVisibilityListener


Listener to be notified about changes of the visibility of the UI controls.

Summary

Public functions

Unit
onVisibilityChanged(visibility: Int)

Called when the visibility changes.

Public functions

onVisibilityChanged

fun onVisibilityChanged(visibility: Int): Unit

Called when the visibility changes.

Parameters
visibility: Int

The new visibility. Either VISIBLE or GONE.