LegacyPlayerControlView.VisibilityListener


interface LegacyPlayerControlView.VisibilityListener


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

Summary

Public functions

Unit
onVisibilityChange(visibility: Int)

Called when the visibility changes.

Public functions

onVisibilityChange

fun onVisibilityChange(visibility: Int): Unit

Called when the visibility changes.

Parameters
visibility: Int

The new visibility. Either VISIBLE or GONE.