CallException.CodeCallCannotBeSetToActive フィールド

定義

注意事項

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_CANNOT_BE_SET_TO_ACTIVE", 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 CodeCallCannotBeSetToActive = 4;
[<Android.Runtime.Register("CODE_CALL_CANNOT_BE_SET_TO_ACTIVE", 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 CodeCallCannotBeSetToActive : Android.Telecom.CallExceptionErrorCode

フィールド値

Value = 4

実装

属性

注釈

Telecom は要求された呼び出しを現在のアクティブな呼び出しとして設定できないため、操作が失敗しました。 クライアントは現在アクティブな呼び出しを終了し、操作を再試行する必要があります。

の Java ドキュメント android.telecom.CallException.CODE_CALL_CANNOT_BE_SET_TO_ACTIVE

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

適用対象