Share via


PhoneAccount.InvokeBuilder Method

Definition

Overloads

InvokeBuilder(PhoneAccountHandle, ICharSequence)
InvokeBuilder(PhoneAccountHandle, String)

InvokeBuilder(PhoneAccountHandle, ICharSequence)

[Android.Runtime.Register("builder", "(Landroid/telecom/PhoneAccountHandle;Ljava/lang/CharSequence;)Landroid/telecom/PhoneAccount$Builder;", "", ApiSince=23)]
public static Android.Telecom.PhoneAccount.Builder? InvokeBuilder (Android.Telecom.PhoneAccountHandle? accountHandle, Java.Lang.ICharSequence? label);
[<Android.Runtime.Register("builder", "(Landroid/telecom/PhoneAccountHandle;Ljava/lang/CharSequence;)Landroid/telecom/PhoneAccount$Builder;", "", ApiSince=23)>]
static member InvokeBuilder : Android.Telecom.PhoneAccountHandle * Java.Lang.ICharSequence -> Android.Telecom.PhoneAccount.Builder

Parameters

accountHandle
PhoneAccountHandle

Returns

Attributes

Remarks

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

InvokeBuilder(PhoneAccountHandle, String)

public static Android.Telecom.PhoneAccount.Builder? InvokeBuilder (Android.Telecom.PhoneAccountHandle? accountHandle, string? label);
static member InvokeBuilder : Android.Telecom.PhoneAccountHandle * string -> Android.Telecom.PhoneAccount.Builder

Parameters

accountHandle
PhoneAccountHandle
label
String

Returns

Remarks

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