Share via


ConnectionService.AllConnections Property

Definition

Returns all the active Connections for which this ConnectionService has taken responsibility.

public System.Collections.Generic.ICollection<Android.Telecom.Connection>? AllConnections { [Android.Runtime.Register("getAllConnections", "()Ljava/util/Collection;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getAllConnections", "()Ljava/util/Collection;", "", ApiSince=23)>]
member this.AllConnections : System.Collections.Generic.ICollection<Android.Telecom.Connection>

Property Value

A collection of Connections created by this ConnectionService.

Attributes

Remarks

Returns all the active Connections for which this ConnectionService has taken responsibility.

Java documentation for android.telecom.ConnectionService.getAllConnections().

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