InCallService.CanAddCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.