FullScreenParams

data class FullScreenParams(val contentDescription: String?, val onClick: () -> Unit) : VideoPlayerButtonParams(source)

FullScreenParams represents the parameters for the full-screen button in the video player.

Constructors

Link copied to clipboard
constructor(contentDescription: String?, onClick: () -> Unit)

Properties

Link copied to clipboard

The content description for the button.

Link copied to clipboard
val onClick: () -> Unit

The action to be performed when the button is clicked.