다음을 통해 공유


KeyStoreException.RetryWhenConnectivityAvailable 필드

정의

주의

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

디바이스가 다시 연결되면 이 오류가 발생한 작업을 다시 시도합니다.

[Android.Runtime.Register("RETRY_WHEN_CONNECTIVITY_AVAILABLE", 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 RetryWhenConnectivityAvailable = 3;
[<Android.Runtime.Register("RETRY_WHEN_CONNECTIVITY_AVAILABLE", 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 RetryWhenConnectivityAvailable : Android.Security.KeyStoreExceptionRetry

필드 값

Value = 3
특성

설명

디바이스가 다시 연결되면 이 오류가 발생한 작업을 다시 시도합니다. 키를 원격으로 프로비전하려면 원격 서버에 연결해야 하며, 현재 네트워크 연결 부족으로 인해 디바이스를 사용할 수 없습니다.

이 값은 가 인 경우 #isTransientFailure() 반환됩니다 true.

에 대한 Java 설명서입니다 android.security.KeyStoreException.RETRY_WHEN_CONNECTIVITY_AVAILABLE.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상