java.lang.Object | |
↳ | android.media.MediaDescription.Builder |
Builder for MediaDescription
objects.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an initially empty builder.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the description.
| |||||||||||
Sets a bundle of extras.
| |||||||||||
Sets the icon.
| |||||||||||
Sets the icon uri.
| |||||||||||
Sets the media id.
| |||||||||||
Sets the subtitle.
| |||||||||||
Sets the title.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
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. |
---|