Aracılığıyla paylaş


Connection.SetAddress(Uri, Presentation) Method

Definition

Sets the value of the #getAddress() property.

[Android.Runtime.Register("setAddress", "(Landroid/net/Uri;I)V", "", ApiSince=23)]
public void SetAddress (Android.Net.Uri? address, Android.Telecom.Presentation presentation);
[<Android.Runtime.Register("setAddress", "(Landroid/net/Uri;I)V", "", ApiSince=23)>]
member this.SetAddress : Android.Net.Uri * Android.Telecom.Presentation -> unit

Parameters

address
Uri

The new address.

presentation
Presentation

The presentation requirements for the address. See TelecomManager for valid values.

Attributes

Remarks

Sets the value of the #getAddress() property.

Java documentation for android.telecom.Connection.setAddress(android.net.Uri, int).

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