MediaRouteControllerDialog
open class MediaRouteControllerDialog : AlertDialog
kotlin.Any | ||||
↳ | android.app.Dialog | |||
↳ | androidx.appcompat.app.AppCompatDialog | |||
↳ | androidx.appcompat.app.AlertDialog | |||
↳ | androidx.mediarouter.app.MediaRouteControllerDialog |
This class implements the route controller dialog for MediaRouter
.
This dialog allows the user to control or disconnect from the currently selected route.
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
open View! |
Gets the media control view that was created by |
open MediaSessionCompat.Token! |
Gets the session to use for metadata and transport controls. |
open MediaRouter.RouteInfo! |
getRoute() Gets the route that this dialog is controlling. |
open Boolean |
Returns whether to enable the volume slider and volume control using the volume keys when the route supports it. |
open Unit | |
open View! |
onCreateMediaControlView(savedInstanceState: Bundle!) Provides the subclass an opportunity to create a view that will replace the default media controls for the currently playing content. |
open Unit | |
open Boolean | |
open Boolean | |
open Unit |
setVolumeControlEnabled(enable: Boolean) Sets whether to enable the volume slider and volume control using the volume keys when the route supports it. |
Protected methods | |
---|---|
open Unit |
Inherited functions | |
---|---|