RemoteConnection.Callback.OnStatusHintsChanged Method

Definition

Indicates that the status hints of this RemoteConnection have changed.

[Android.Runtime.Register("onStatusHintsChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/StatusHints;)V", "GetOnStatusHintsChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_StatusHints_Handler", ApiSince=23)]
public virtual void OnStatusHintsChanged (Android.Telecom.RemoteConnection connection, Android.Telecom.StatusHints statusHints);
[<Android.Runtime.Register("onStatusHintsChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/StatusHints;)V", "GetOnStatusHintsChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_StatusHints_Handler", ApiSince=23)>]
abstract member OnStatusHintsChanged : Android.Telecom.RemoteConnection * Android.Telecom.StatusHints -> unit
override this.OnStatusHintsChanged : Android.Telecom.RemoteConnection * Android.Telecom.StatusHints -> unit

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

statusHints
StatusHints

The new status hints of the RemoteConnection.

Attributes

Remarks

Indicates that the status hints of this RemoteConnection have changed. See #getStatusHints() ()}.

Java documentation for android.telecom.RemoteConnection.Callback.onStatusHintsChanged(android.telecom.RemoteConnection, android.telecom.StatusHints).

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