Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.19 KB

File metadata and controls

36 lines (26 loc) · 1.19 KB

Pillarbox logo GitHub releases android GitHub license

Pillarbox Cast module

This module provides helpers to integrate cast with Pillarbox.

Integration

implementation("ch.srgssr.pillarbox:pillarbox-cast:$LATEST_RELEASE_VERSION")

More information can be found on the top level README

Documentation

Known issues

  • Nothing.

Getting started

Get the unique instance of CastContext.

val castContext = context.getCastContext()

Display the MediaRouteButton

CastButton(modifier = Modifier)