Share via


InCallService.CurrentCallEndpoint Property

Definition

Obtains the current CallEndpoint.

public Android.Telecom.CallEndpoint CurrentCallEndpoint { [Android.Runtime.Register("getCurrentCallEndpoint", "()Landroid/telecom/CallEndpoint;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getCurrentCallEndpoint", "()Landroid/telecom/CallEndpoint;", "", ApiSince=34)>]
member this.CurrentCallEndpoint : Android.Telecom.CallEndpoint

Property Value

An object encapsulating the CallEndpoint.

Attributes

Remarks

Obtains the current CallEndpoint.

Java documentation for android.telecom.InCallService.getCurrentCallEndpoint().

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