Java android.support.v4.media.browse MediaBrowserCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.media.browse MediaBrowserCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.media.browse MediaBrowserCompat.

The text is from its open source code.

Constructor

Method

booleanisConnected()
Returns whether the browser is connected to the service.
voidsubscribe(String parentId, SubscriptionCallback callback)
Queries for information about the media items that are contained within the specified id and subscribes to receive updates when they change.
voidunsubscribe(@NonNull String parentId)
Unsubscribes for changes to the children of the specified media id.