MediaSession2.ConnectedControllers Property

Definition

Gets the list of the connected controllers

public virtual System.Collections.Generic.IList<Android.Media.MediaSession2.ControllerInfo> ConnectedControllers { [Android.Runtime.Register("getConnectedControllers", "()Ljava/util/List;", "GetGetConnectedControllersHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getConnectedControllers", "()Ljava/util/List;", "GetGetConnectedControllersHandler", ApiSince=29)>]
member this.ConnectedControllers : System.Collections.Generic.IList<Android.Media.MediaSession2.ControllerInfo>

Property Value

list of the connected controllers.

Attributes

Remarks

Java documentation for android.media.MediaSession2.getConnectedControllers().

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