言語

KeyStoreException.RetryWithExponentialBackoff フィールド

定義

注意事項

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

指数バックオフ遅延でこのエラーが発生した操作を再試行してください。

[Android.Runtime.Register("RETRY_WITH_EXPONENTIAL_BACKOFF", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionRetry RetryWithExponentialBackoff = 2;
[<Android.Runtime.Register("RETRY_WITH_EXPONENTIAL_BACKOFF", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.", true)>]
val mutable RetryWithExponentialBackoff : Android.Security.KeyStoreExceptionRetry

フィールド値

Value = 2
属性

注釈

指数バックオフ遅延でこのエラーが発生した操作を再試行してください。 最初の遅延は 5 ~ 30 秒で、後続の再試行のたびに遅延時間を 2 倍にする必要があります。

この値は、 #isTransientFailure()trueされたときに返されます。

Javaドキュメント。

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

適用対象