Android.Media.Session.MediaSessionManager Members

The members of Android.Media.Session.MediaSessionManager are listed below.

See Also: Inherited members from Java.Lang.Object

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

AddOnActiveSessionsChangedListener(MediaSessionManager.IOnActiveSessionsChangedListener, Android.Content.ComponentName)
Add a listener to be notified when the list of active sessions changes.
AddOnActiveSessionsChangedListener(MediaSessionManager.IOnActiveSessionsChangedListener, Android.Content.ComponentName, Android.OS.Handler)
Add a listener to be notified when the list of active sessions changes.
GetActiveSessions(Android.Content.ComponentName) : IList<MediaController>
Get a list of controllers for all ongoing sessions.
RemoveOnActiveSessionsChangedListener(MediaSessionManager.IOnActiveSessionsChangedListener)
Stop receiving active sessions updates on the specified listener.