MediaController.SessionActivity Property

Definition

Get an intent for launching UI associated with this session if one exists.

public Android.App.PendingIntent? SessionActivity { [Android.Runtime.Register("getSessionActivity", "()Landroid/app/PendingIntent;", "")] get; }
[<get: Android.Runtime.Register("getSessionActivity", "()Landroid/app/PendingIntent;", "")>]
member this.SessionActivity : Android.App.PendingIntent

Property Value

A PendingIntent to launch UI or null.

Attributes

Remarks

Get an intent for launching UI associated with this session if one exists.

Java documentation for android.media.session.MediaController.getSessionActivity().

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