CallException.CodeOperationTimedOut フィールド

定義

注意事項

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

タイムアウト前に操作を完了できなかったため、操作が失敗しました

[Android.Runtime.Register("CODE_OPERATION_TIMED_OUT", 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 CodeOperationTimedOut = 6;
[<Android.Runtime.Register("CODE_OPERATION_TIMED_OUT", 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 CodeOperationTimedOut : Android.Telecom.CallExceptionErrorCode

フィールド値

Value = 6

実装

属性

注釈

タイムアウト前に操作を完了できなかったため、操作が失敗しました

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

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

適用対象