次の方法で共有


ConnectionService.AllConnections プロパティ

定義

これがConnectionService責任を負ったすべてのアクティブConnectionな を返します。

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>

プロパティ値

この ConnectionServiceによって作成された のConnectionコレクション。

属性

注釈

これがConnectionService責任を負ったすべてのアクティブConnectionな を返します。

android.telecom.ConnectionService.getAllConnections()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象