Compartilhar via


PhoneAccount.HasSimultaneousCallingRestriction Property

Definition

Whether or not this PhoneAccount contains a simultaneous calling restriction on it.

public bool HasSimultaneousCallingRestriction { [Android.Runtime.Register("hasSimultaneousCallingRestriction", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("hasSimultaneousCallingRestriction", "()Z", "", ApiSince=35)>]
member this.HasSimultaneousCallingRestriction : bool

Property Value

true if this PhoneAccount contains a simultaneous calling restriction, false if it does not. Use #getSimultaneousCallingRestriction() to query which other PhoneAccounts support simultaneous calling with this one.

Attributes

Remarks

Whether or not this PhoneAccount contains a simultaneous calling restriction on it.

Java documentation for android.telecom.PhoneAccount.hasSimultaneousCallingRestriction().

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