Android.Service.Media.MediaBrowserService Members

The members of Android.Service.Media.MediaBrowserService are listed below.

See Also: Inherited members from Android.App.Service

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ServiceInterfacestring. The Android.Content.Intent that must be declared as handled by the service.

Public Properties

SessionTokenAndroid.Media.Session.MediaSession.Token. Gets the session token, or null if it has not yet been created or if it has been destroyed.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Dump(Java.IO.FileDescriptor, Java.IO.PrintWriter, string[])
Print the Service's state into the given stream.
NotifyChildrenChanged(string)
Notifies all connected media browsers that the children of the specified parent id have changed in some way.
override
OnBind(Android.Content.Intent) : Android.OS.IBinder
Return the communication channel to the service.
abstract
OnGetRoot(string, int, Android.OS.Bundle) : MediaBrowserService.BrowserRoot
Called to get the root information for browsing by a particular client.
abstract
OnLoadChildren(string, MediaBrowserService.Result)
Documentation for this section has not yet been entered.