Language

PhoneAccount.Builder.ClearSimultaneousCallingRestriction Method

Definition

Clears a previously set simultaneous calling restriction set when PhoneAccount.Builder.Builder(PhoneAccount) is used to create a new PhoneAccount from an existing one.

[Android.Runtime.Register("clearSimultaneousCallingRestriction", "()Landroid/telecom/PhoneAccount$Builder;", "GetClearSimultaneousCallingRestrictionHandler", ApiSince=35)]
public virtual Android.Telecom.PhoneAccount.Builder ClearSimultaneousCallingRestriction();
[<Android.Runtime.Register("clearSimultaneousCallingRestriction", "()Landroid/telecom/PhoneAccount$Builder;", "GetClearSimultaneousCallingRestrictionHandler", ApiSince=35)>]
abstract member ClearSimultaneousCallingRestriction : unit -> Android.Telecom.PhoneAccount.Builder
override this.ClearSimultaneousCallingRestriction : unit -> Android.Telecom.PhoneAccount.Builder

Returns

The Builder used to set up the new PhoneAccount. This value cannot be null.

Attributes

Remarks

Clears a previously set simultaneous calling restriction set when PhoneAccount.Builder.Builder(PhoneAccount) is used to create a new PhoneAccount from an existing one.

Android reference for android.telecom.PhoneAccount.Builder.clearSimultaneousCallingRestriction.

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