RemoteConnection.Callback.OnCallerDisplayNameChanged 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 caller display name of this RemoteConnection
has changed.
[Android.Runtime.Register("onCallerDisplayNameChanged", "(Landroid/telecom/RemoteConnection;Ljava/lang/String;I)V", "GetOnCallerDisplayNameChanged_Landroid_telecom_RemoteConnection_Ljava_lang_String_IHandler", ApiSince=23)]
public virtual void OnCallerDisplayNameChanged (Android.Telecom.RemoteConnection connection, string callerDisplayName, Android.Telecom.Presentation presentation);
[<Android.Runtime.Register("onCallerDisplayNameChanged", "(Landroid/telecom/RemoteConnection;Ljava/lang/String;I)V", "GetOnCallerDisplayNameChanged_Landroid_telecom_RemoteConnection_Ljava_lang_String_IHandler", ApiSince=23)>]
abstract member OnCallerDisplayNameChanged : Android.Telecom.RemoteConnection * string * Android.Telecom.Presentation -> unit
override this.OnCallerDisplayNameChanged : Android.Telecom.RemoteConnection * string * Android.Telecom.Presentation -> unit
Parameters
- connection
- RemoteConnection
The RemoteConnection
invoking this method.
- callerDisplayName
- String
The new caller display name of the RemoteConnection
.
- presentation
- Presentation
The presentation requirements for the handle.
See TelecomManager
for valid values.
- Attributes
Remarks
Indicates that the caller display name of this RemoteConnection
has changed. See #getCallerDisplayName()
and #getCallerDisplayNamePresentation()
.
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.