ConnectionRequest.Participants Property

Definition

The participants to which the Connection is to connect.

public System.Collections.Generic.IList<Android.Net.Uri>? Participants { [Android.Runtime.Register("getParticipants", "()Ljava/util/List;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getParticipants", "()Ljava/util/List;", "", ApiSince=30)>]
member this.Participants : System.Collections.Generic.IList<Android.Net.Uri>

Property Value

Attributes

Remarks

The participants to which the Connection is to connect.

Java documentation for android.telecom.ConnectionRequest.getParticipants().

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