Android.Media.RemoteControlClient.MediaSession Property
Get a Android.Media.Session.MediaSession associated with this RCC.

Syntax

[get: Android.Runtime.Register("getMediaSession", "()Landroid/media/session/MediaSession;", "GetGetMediaSessionHandler")]
public virtual Android.Media.Session.MediaSession MediaSession { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Get a Android.Media.Session.MediaSession associated with this RCC. It will only have a session while it is registered with AudioManager.RegisterRemoteControlClient(RemoteControlClient). The session returned should not be modified directly by the application but may be used with other APIs that require a session.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14