FullScreenVideo

fun FullScreenVideo(modifier: Modifier = Modifier, title: String, subtitle: String, imageSource: AppImageSource? = null, onItemClick: () -> Unit, onWatchClick: () -> Unit, onAddToListClick: () -> Unit)

A full-screen banner component for displaying featured content (e.g., videos, courses). It includes an image, title, subtitle, and action buttons.

Parameters

modifier

The Modifier to be applied to the banner card.

title

The title of the featured content.

subtitle

The subtitle or description of the featured content.

imageSource

The source of the banner image (URL or Resource).

onItemClick

Action when the banner itself is clicked.

onWatchClick

Action when the watch button is clicked.

onAddToListClick

Action when the add to list button is clicked.