CallException.CodeCallIsNotBeingTracked フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telecom.CallExceptionErrorCode enum directly instead of this field.

Telecom がサーバー側から呼び出しを既に削除し、それに関連付けられているすべてのオブジェクトを破棄したため、操作が失敗しました。

[Android.Runtime.Register("CODE_CALL_IS_NOT_BEING_TRACKED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallExceptionErrorCode enum directly instead of this field.", true)]
public const Android.Telecom.CallExceptionErrorCode CodeCallIsNotBeingTracked = 3;
[<Android.Runtime.Register("CODE_CALL_IS_NOT_BEING_TRACKED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallExceptionErrorCode enum directly instead of this field.", true)>]
val mutable CodeCallIsNotBeingTracked : Android.Telecom.CallExceptionErrorCode

フィールド値

Value = 3

実装

属性

注釈

Telecom がサーバー側から呼び出しを既に削除し、それに関連付けられているすべてのオブジェクトを破棄したため、操作が失敗しました。 クライアントは呼び出しを再度追加する必要があります。

android.telecom.CallException.CODE_CALL_IS_NOT_BEING_TRACKEDJava ドキュメント。

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

適用対象