Context.MediaSessionService Field

Definition

Use with #getSystemService(String) to retrieve a android.media.session.MediaSessionManager for managing media Sessions.

[Android.Runtime.Register("MEDIA_SESSION_SERVICE")]
public const string MediaSessionService;
[<Android.Runtime.Register("MEDIA_SESSION_SERVICE")>]
val mutable MediaSessionService : string

Field Value

Attributes

Remarks

Use with #getSystemService(String) to retrieve a android.media.session.MediaSessionManager for managing media Sessions.

Java documentation for android.content.Context.MEDIA_SESSION_SERVICE.

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.

Applies to

See also