MediaBrowserService.BrowserRoot(String, Bundle) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.