RemoteConnection.Callback.OnStatusHintsChanged 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 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()
()}.
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.