MediaRouteChooserDialogFragment
open class MediaRouteChooserDialogFragment : DialogFragment
kotlin.Any | |||
↳ | androidx.fragment.app.Fragment | ||
↳ | androidx.fragment.app.DialogFragment | ||
↳ | androidx.mediarouter.app.MediaRouteChooserDialogFragment |
Media route chooser dialog fragment.
Creates a MediaRouteChooserDialog
. The application may subclass this dialog fragment to customize the media route chooser dialog.
Summary
Inherited constants | |
---|---|
Public constructors | |
---|---|
<init>() Creates a media route chooser dialog fragment. |
Public methods | |
---|---|
open MediaRouteSelector! |
Gets the media route selector for filtering the routes that the user can select. |
open Unit |
onConfigurationChanged(newConfig: Configuration) |
open MediaRouteChooserDialog! |
onCreateChooserDialog(context: Context!, savedInstanceState: Bundle!) Called when the chooser dialog is being created. |
open Dialog |
onCreateDialog(savedInstanceState: Bundle?) |
open Unit |
setRouteSelector(selector: MediaRouteSelector!) Sets the media route selector for filtering the routes that the user can select. |
Inherited functions | |
---|---|