belongs to Maven artifact com.android.support:support-media-compat:28.0.0-alpha1
MediaBrowserCompat.SubscriptionCallback
public
static
abstract
class
MediaBrowserCompat.SubscriptionCallback
extends Object
java.lang.Object | |
↳ | android.support.v4.media.MediaBrowserCompat.SubscriptionCallback |
Callbacks for subscription related events.
Summary
Public constructors | |
---|---|
MediaBrowserCompat.SubscriptionCallback()
|
Public methods | |
---|---|
void
|
onChildrenLoaded(String parentId, List<MediaBrowserCompat.MediaItem> children)
Called when the list of children is loaded or updated. |
void
|
onChildrenLoaded(String parentId, List<MediaBrowserCompat.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 | |
---|---|
From
class
java.lang.Object
|
Public constructors
MediaBrowserCompat.SubscriptionCallback
MediaBrowserCompat.SubscriptionCallback ()
Public methods
onChildrenLoaded
void onChildrenLoaded (String parentId, List<MediaBrowserCompat.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
void onChildrenLoaded (String parentId, List<MediaBrowserCompat.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 to send to the media
browse service. The contents of this bundle may affect the
information returned when browsing.
|
onError
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
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.
|
Classes
- AudioAttributesCompat
- AudioAttributesCompat.Builder
- MediaBrowserCompat
- MediaBrowserCompat.ConnectionCallback
- MediaBrowserCompat.CustomActionCallback
- MediaBrowserCompat.ItemCallback
- MediaBrowserCompat.MediaItem
- MediaBrowserCompat.SearchCallback
- MediaBrowserCompat.SubscriptionCallback
- MediaBrowserServiceCompat
- MediaBrowserServiceCompat.BrowserRoot
- MediaBrowserServiceCompat.Result
- MediaDescriptionCompat
- MediaDescriptionCompat.Builder
- MediaMetadataCompat
- MediaMetadataCompat.Builder
- RatingCompat
- VolumeProviderCompat
- VolumeProviderCompat.Callback