Connection.SetAddress(Uri, Presentation) 方法

定义

设置 #getAddress() 属性的值。

[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

参数

address
Uri

新地址。

presentation
Presentation

地址的演示要求。 有关有效值,请参阅 TelecomManager

属性

注解

设置 #getAddress() 属性的值。

适用于 . 的 android.telecom.Connection.setAddress(android.net.Uri, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于