RemoteConnection.Callback.OnStateChanged(RemoteConnection, CallState) メソッド

定義

この RemoteConnection の状態が変更されたときに呼び出されます。

[Android.Runtime.Register("onStateChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnStateChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)]
public virtual void OnStateChanged (Android.Telecom.RemoteConnection connection, Android.Telecom.CallState state);
[<Android.Runtime.Register("onStateChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnStateChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)>]
abstract member OnStateChanged : Android.Telecom.RemoteConnection * Android.Telecom.CallState -> unit
override this.OnStateChanged : Android.Telecom.RemoteConnection * Android.Telecom.CallState -> unit

パラメーター

connection
RemoteConnection

RemoteConnectionこのメソッドを呼び出す 。

state
CallState

の新しい状態 RemoteConnection

属性

注釈

この RemoteConnection の状態が変更されたときに呼び出されます。 「#getState()」を参照してください。

android.telecom.RemoteConnection.Callback.onStateChanged(android.telecom.RemoteConnection, int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象