Full Screen Video
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.
image Source
The source of the banner image (URL or Resource).
on Item Click
Action when the banner itself is clicked.
on Watch Click
Action when the watch button is clicked.
on Add To List Click
Action when the add to list button is clicked.