Share via


Connection.Conference Property

Definition

public Android.Telecom.Conference? Conference { [Android.Runtime.Register("getConference", "()Landroid/telecom/Conference;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getConference", "()Landroid/telecom/Conference;", "", ApiSince=23)>]
member this.Conference : Android.Telecom.Conference

Property Value

The conference that this connection is a part of. Null if it is not part of any conference.

Attributes

Remarks

Java documentation for android.telecom.Connection.getConference().

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