RemoteConnection.Callback.OnDestroyed(RemoteConnection) メソッド

定義

これが RemoteConnection 破棄されたことを示します。

[Android.Runtime.Register("onDestroyed", "(Landroid/telecom/RemoteConnection;)V", "GetOnDestroyed_Landroid_telecom_RemoteConnection_Handler", ApiSince=23)]
public virtual void OnDestroyed (Android.Telecom.RemoteConnection connection);
[<Android.Runtime.Register("onDestroyed", "(Landroid/telecom/RemoteConnection;)V", "GetOnDestroyed_Landroid_telecom_RemoteConnection_Handler", ApiSince=23)>]
abstract member OnDestroyed : Android.Telecom.RemoteConnection -> unit
override this.OnDestroyed : Android.Telecom.RemoteConnection -> unit

パラメーター

connection
RemoteConnection

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

属性

注釈

これが RemoteConnection 破棄されたことを示します。 に対して RemoteConnectionそれ以上の要求を行う必要はなく、それに対する参照をクリアする必要があります。

の Java ドキュメント android.telecom.RemoteConnection.Callback.onDestroyed(android.telecom.RemoteConnection)

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

適用対象