MediaBrowserService.BrowserRootHints Property
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.
Gets the root hints sent from the currently connected MediaBrowser
.
public Android.OS.Bundle? BrowserRootHints { [Android.Runtime.Register("getBrowserRootHints", "()Landroid/os/Bundle;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getBrowserRootHints", "()Landroid/os/Bundle;", "", ApiSince=24)>]
member this.BrowserRootHints : Android.OS.Bundle
Property Value
- Attributes
Remarks
Gets the root hints sent from the currently connected MediaBrowser
. The root hints are service-specific arguments included in an optional bundle sent to the media browser service when connecting and retrieving the root id for browsing, or null if none. The contents of this bundle may affect the information returned when browsing.
Java documentation for android.service.media.MediaBrowserService.getBrowserRootHints()
.
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.