Language

CallAttributes.Builder.SetContactUri(Uri) Method

Definition

Sets the contact directory URI for the VoIP app.

[Android.Runtime.Register("setContactUri", "(Landroid/net/Uri;)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=37)]
public Android.Telecom.CallAttributes.Builder SetContactUri(Android.Net.Uri contactUri);
[<Android.Runtime.Register("setContactUri", "(Landroid/net/Uri;)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=37)>]
member this.SetContactUri : Android.Net.Uri -> Android.Telecom.CallAttributes.Builder

Parameters

contactUri
Uri

The contact URI pointing to the VoIP contact directory or CP2 contact. This value cannot be null.

Returns

Builder. This value cannot be null.

Attributes

Remarks

Sets the contact directory URI for the VoIP app. This must be a valid URI pointing to the VoIP contact directory or a valid CP2 contact.

Android reference for android.telecom.CallAttributes.Builder.setContactUri.

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