java.lang.Object | |
↳ | android.media.browse.MediaBrowser.SubscriptionCallback |
Callbacks for subscription related events.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the list of children is loaded or updated.
| |||||||||||
Called when the id doesn't exist or other errors in subscribing.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Called when the list of children is loaded or updated.
parentId | The media id of the parent media item. |
---|---|
children | The children which were loaded. |
Called when the id doesn't exist or other errors in subscribing.
If this is called, the subscription remains until unsubscribe(String)
called, because some errors may heal themselves.
parentId | The media id of the parent media item whose children could not be loaded. |
---|