java.lang.Object | |
↳ | android.support.v7.app.MediaRouteDialogFactory |
The media route dialog factory is responsible for creating the media route chooser and controller dialogs as needed.
The application can customize the dialogs by providing a subclass of the
dialog factory to the
MediaRouteButton
using the
setDialogFactory
method.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a default media route dialog factory.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Gets the default factory instance.
|
||||||||||
|
Called when the chooser dialog is being opened and it is time to create the fragment.
|
||||||||||
|
Called when the controller dialog is being opened and it is time to create the fragment.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a default media route dialog factory.
Gets the default factory instance.
Called when the chooser dialog is being opened and it is time to create the fragment.
Subclasses may override this method to create a customized fragment.
Called when the controller dialog is being opened and it is time to create the fragment.
Subclasses may override this method to create a customized fragment.