Android.Service.Media.MediaBrowserService: Method Members

The methods of Android.Service.Media.MediaBrowserService are listed below. For a list of all members, see the MediaBrowserService Members list.

See Also: Inherited members from Android.App.Service

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.