MediaBrowserService.BrowserRoot(String, Bundle) Constructor

Definition

Constructs a browser root.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;)V", "")]
public BrowserRoot (string rootId, Android.OS.Bundle? extras);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;)V", "")>]
new Android.Service.Media.MediaBrowserService.BrowserRoot : string * Android.OS.Bundle -> Android.Service.Media.MediaBrowserService.BrowserRoot

Parameters

rootId
String

The root id for browsing.

extras
Bundle

Any extras about the browser service.

Attributes

Remarks

Constructs a browser root.

Java documentation for android.service.media.MediaBrowserService.BrowserRoot.MediaBrowserService$BrowserRoot(java.lang.String, android.os.Bundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to