pillarbox-cast
Provides helpers to integrate Cast with Pillarbox.
Integration
To use this module, add the following dependency to your module's build.gradle
/build.gradle.kts
file:
implementation("ch.srgssr.pillarbox:pillarbox-cast:<pillarbox_version>")
Content copied to clipboard
Getting started
Get the CastContext
instance
val castContext = context.getCastContext()
Content copied to clipboard
Display a Cast button
CastButton(modifier = Modifier)
Content copied to clipboard