RemoteConnection.Callback.OnAddressChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the address (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
Parameters
- connection
- RemoteConnection
The RemoteConnection
invoking this method.
- address
- Uri
The new address of the RemoteConnection
.
- presentation
- Presentation
The presentation requirements for the address.
See TelecomManager
for valid values.
- Attributes
Remarks
Indicates that the address (e.g., phone number) of this RemoteConnection
has changed. See #getAddress()
and #getAddressPresentation()
.
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.