Share via


InCallService.CanAddCall Method

Definition

Returns if the device can support additional calls.

[Android.Runtime.Register("canAddCall", "()Z", "", ApiSince=23)]
public bool CanAddCall ();
[<Android.Runtime.Register("canAddCall", "()Z", "", ApiSince=23)>]
member this.CanAddCall : unit -> bool

Returns

Whether the phone supports adding more calls.

Attributes

Remarks

Returns if the device can support additional calls.

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

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