close
The Wayback Machine - https://web.archive.org/web/20170106142650/https://developer.android.com/reference/android/media/browse/MediaBrowser.SubscriptionCallback.html
Skip to content

Most visited

Recently visited

navigation

MediaBrowser.SubscriptionCallback

public static abstract class MediaBrowser.SubscriptionCallback
extends Object

java.lang.Object
   ↳ android.media.browse.MediaBrowser.SubscriptionCallback


Callbacks for subscription related events.

Summary

Public constructors

MediaBrowser.SubscriptionCallback()

Public methods

void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children)

Called when the list of children is loaded or updated.

void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children, Bundle options)

Called when the list of children is loaded or updated.

void onError(String parentId)

Called when the id doesn't exist or other errors in subscribing.

void onError(String parentId, Bundle options)

Called when the id doesn't exist or other errors in subscribing.

Inherited methods

BERJAYAFrom class java.lang.Object

Public constructors

MediaBrowser.SubscriptionCallback

Added in API level 21
MediaBrowser.SubscriptionCallback ()

Public methods

onChildrenLoaded

Added in API level 21
void onChildrenLoaded (String parentId, 
                List<MediaBrowser.MediaItem> children)

Called when the list of children is loaded or updated.

Parameters
parentId String: The media id of the parent media item.
children List: The children which were loaded.

onChildrenLoaded

Added in API level 24
void onChildrenLoaded (String parentId, 
                List<MediaBrowser.MediaItem> children, 
                Bundle options)

Called when the list of children is loaded or updated.

Parameters
parentId String: The media id of the parent media item.
children List: The children which were loaded.
options Bundle: A bundle of service-specific arguments sent to the media browse service. The contents of this bundle may affect the information returned when browsing.

onError

Added in API level 21
void onError (String parentId)

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.

Parameters
parentId String: The media id of the parent media item whose children could not be loaded.

onError

Added in API level 24
void onError (String parentId, 
                Bundle options)

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.

Parameters
parentId String: The media id of the parent media item whose children could not be loaded.
options Bundle: A bundle of service-specific arguments sent to the media browse service.
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.

Take a one-minute survey?
Help us improve Android tools and documentation.