ConnectionRequest.Participants Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.