| java.lang.Object | |
| ↳ | android.support.v4.media.MediaDescriptionCompat.Builder |
Builder for MediaDescriptionCompat objects.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an initially empty builder.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
MediaDescriptionCompat instance with the specified
fields.
| |||||||||||
Sets the description.
| |||||||||||
Sets a bundle of extras.
| |||||||||||
Sets the icon.
| |||||||||||
Sets the icon uri.
| |||||||||||
Sets the media id.
| |||||||||||
Sets the media uri.
| |||||||||||
Sets the subtitle.
| |||||||||||
Sets the title.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates an initially empty builder.
Creates a MediaDescriptionCompat instance with the specified
fields.
Sets the description.
| description | A description suitable for display to the user or null. |
|---|
Sets a bundle of extras.
| extras | The extras to include with this description or null. |
|---|
Sets the icon uri.
| iconUri | A Uri for an icon suitable for display to the
user or null. |
|---|
Sets the media id.
| mediaId | The unique id for the item or null. |
|---|
Sets the subtitle.
| subtitle | A subtitle suitable for display to the user or null. |
|---|
Sets the title.
| title | A title suitable for display to the user or null. |
|---|