MediaBrowser.Root Property

Definition

Gets the root id.

public string Root { [Android.Runtime.Register("getRoot", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getRoot", "()Ljava/lang/String;", "")>]
member this.Root : string

Property Value

Attributes

Exceptions

if not connected.

Remarks

Gets the root id.

Note that the root id may become invalid or change when the browser is disconnected.

Java documentation for android.media.browse.MediaBrowser.getRoot().

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