CallException.CodeCallNotPermittedAtPresentTime フィールド

定義

注意事項

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

指定された操作に対して Telecom に登録されている PhoneAccount が存在しないか、呼び出しの制限に達したため、操作が失敗しました。

[Android.Runtime.Register("CODE_CALL_NOT_PERMITTED_AT_PRESENT_TIME", 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 CodeCallNotPermittedAtPresentTime = 5;
[<Android.Runtime.Register("CODE_CALL_NOT_PERMITTED_AT_PRESENT_TIME", 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 CodeCallNotPermittedAtPresentTime : Android.Telecom.CallExceptionErrorCode

フィールド値

Value = 5

実装

属性

注釈

指定された操作に対して Telecom に登録されている PhoneAccount が存在しないか、呼び出しの制限に達したため、操作が失敗しました。 クライアントは現在のアクティブな呼び出しを終了し、失敗した操作を再試行する必要があります。

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

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

適用対象