java.lang.Object | |
↳ | android.media.browse.MediaBrowser.ItemCallback |
Callback for receiving the result of getItem(String, MediaBrowser.ItemCallback)
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the item doesn't exist or there was an error retrieving it.
| |||||||||||
Called when the item has been returned by the browser service.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Called when the item doesn't exist or there was an error retrieving it.
itemId | The media id of the media item which could not be loaded. |
---|
Called when the item has been returned by the browser service.
item | The item that was returned or null if it doesn't exist. |
---|