MediaBrowserService.BrowserRoot.ExtraOffline Field
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.
The lookup key for a boolean that indicates whether the browser service should return a browser root for offline media items.
[Android.Runtime.Register("EXTRA_OFFLINE", ApiSince=24)]
public const string ExtraOffline;
[<Android.Runtime.Register("EXTRA_OFFLINE", ApiSince=24)>]
val mutable ExtraOffline : string
Field Value
- Attributes
Remarks
The lookup key for a boolean that indicates whether the browser service should return a browser root for offline media items.
When creating a media browser for a given media browser service, this key can be supplied as a root hint for retrieving media items that are can be played without an internet connection. If the media browser service can provide such media items, the implementation must return the key in the root hint when #onGetRoot(String, int, Bundle)
is called back.
The root hint may contain multiple keys.
Java documentation for android.service.media.MediaBrowserService.BrowserRoot.EXTRA_OFFLINE
.
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.