added in version 22.1.0
belongs to Maven artifact com.android.support:mediarouter-v7:28.0.0-alpha1
belongs to Maven artifact com.android.support:mediarouter-v7:28.0.0-alpha1
MediaRouteChooserDialogFragment
public
class
MediaRouteChooserDialogFragment
extends DialogFragment
java.lang.Object | |||
↳ | android.support.v4.app.Fragment | ||
↳ | android.support.v4.app.DialogFragment | ||
↳ | android.support.v7.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 |
---|
![]()
android.support.v4.app.DialogFragment
|
Public constructors | |
---|---|
MediaRouteChooserDialogFragment()
Creates a media route chooser dialog fragment. |
Public methods | |
---|---|
MediaRouteSelector
|
getRouteSelector()
Gets the media route selector for filtering the routes that the user can select. |
void
|
onConfigurationChanged(Configuration newConfig)
|
MediaRouteChooserDialog
|
onCreateChooserDialog(Context context, Bundle savedInstanceState)
Called when the chooser dialog is being created. |
Dialog
|
onCreateDialog(Bundle savedInstanceState)
Override to build your own custom Dialog container. |
void
|
setRouteSelector(MediaRouteSelector selector)
Sets the media route selector for filtering the routes that the user can select. |
Inherited methods | |
---|---|
![]()
android.support.v4.app.DialogFragment
| |
![]()
android.support.v4.app.Fragment
|