CallAttributes.Builder Constructors

Definition

Overloads

CallAttributes.Builder(PhoneAccountHandle, CallAttributesDirection, ICharSequence, Uri)

Constructor for the CallAttributes.

CallAttributes.Builder(PhoneAccountHandle, CallAttributesDirection, String, Uri)

CallAttributes.Builder(PhoneAccountHandle, CallAttributesDirection, ICharSequence, Uri)

Constructor for the CallAttributes.

[Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;ILjava/lang/CharSequence;Landroid/net/Uri;)V", "", ApiSince=34)]
public Builder (Android.Telecom.PhoneAccountHandle phoneAccountHandle, Android.Telecom.CallAttributesDirection callDirection, Java.Lang.ICharSequence displayName, Android.Net.Uri address);
[<Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;ILjava/lang/CharSequence;Landroid/net/Uri;)V", "", ApiSince=34)>]
new Android.Telecom.CallAttributes.Builder : Android.Telecom.PhoneAccountHandle * Android.Telecom.CallAttributesDirection * Java.Lang.ICharSequence * Android.Net.Uri -> Android.Telecom.CallAttributes.Builder

Parameters

phoneAccountHandle
PhoneAccountHandle

that belongs to package registered with Telecom

callDirection
CallAttributesDirection

of the new call that will be added to Telecom

displayName
ICharSequence

of the caller for incoming calls or initiating user for outgoing calls

address
Uri

of the caller for incoming calls or destination for outgoing calls

Attributes

Remarks

Constructor for the CallAttributes.Builder class

Java documentation for android.telecom.CallAttributes.Builder.CallAttributes$Builder(android.telecom.PhoneAccountHandle, int, java.lang.CharSequence, android.net.Uri).

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

CallAttributes.Builder(PhoneAccountHandle, CallAttributesDirection, String, Uri)

[Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;ILjava/lang/CharSequence;Landroid/net/Uri;)V", "", ApiSince=34)]
public Builder (Android.Telecom.PhoneAccountHandle phoneAccountHandle, Android.Telecom.CallAttributesDirection callDirection, string displayName, Android.Net.Uri address);
[<Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;ILjava/lang/CharSequence;Landroid/net/Uri;)V", "", ApiSince=34)>]
new Android.Telecom.CallAttributes.Builder : Android.Telecom.PhoneAccountHandle * Android.Telecom.CallAttributesDirection * string * Android.Net.Uri -> Android.Telecom.CallAttributes.Builder

Parameters

phoneAccountHandle
PhoneAccountHandle
callDirection
CallAttributesDirection
displayName
String
address
Uri
Attributes

Applies to