Java android.media.browse MediaBrowser fields, constructors, methods, implement or subclass

Example usage for Java android.media.browse MediaBrowser fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetRoot()
Gets the root id.
booleanisConnected()
Returns whether the browser is connected to the service.
voidsubscribe(@NonNull String parentId, @NonNull 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.