RemoteConnection.Callback.OnAddressChanged 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示地址(e.
[Android.Runtime.Register("onAddressChanged", "(Landroid/telecom/RemoteConnection;Landroid/net/Uri;I)V", "GetOnAddressChanged_Landroid_telecom_RemoteConnection_Landroid_net_Uri_IHandler", ApiSince=23)]
public virtual void OnAddressChanged (Android.Telecom.RemoteConnection connection, Android.Net.Uri address, Android.Telecom.Presentation presentation);
[<Android.Runtime.Register("onAddressChanged", "(Landroid/telecom/RemoteConnection;Landroid/net/Uri;I)V", "GetOnAddressChanged_Landroid_telecom_RemoteConnection_Landroid_net_Uri_IHandler", ApiSince=23)>]
abstract member OnAddressChanged : Android.Telecom.RemoteConnection * Android.Net.Uri * Android.Telecom.Presentation -> unit
override this.OnAddressChanged : Android.Telecom.RemoteConnection * Android.Net.Uri * Android.Telecom.Presentation -> unit
参数
- connection
- RemoteConnection
调用 RemoteConnection
此方法。
- address
- Uri
新地址 RemoteConnection
。
- presentation
- Presentation
地址的演示要求。
有关有效值,请参阅 TelecomManager
。
- 属性
注解
指示此 RemoteConnection
地址(例如电话号码)已更改。 请参见 #getAddress()
和 #getAddressPresentation()
。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。