Package-level declarations

Types

Link copied to clipboard
sealed class Action

Functions

Link copied to clipboard
fun rememberYoutubePlayerView(videoId: String, onAction: (Action) -> Unit): YouTubePlayerView
Link copied to clipboard
fun VideoScreen(onAction: (Action) -> Unit, video: Video)