DisplayHashResultCallback.DisplayHashErrorInvalidHashAlgorithm 필드

정의

주의

This constant will be removed in the future version. Use Android.Views.DisplayHash.DisplayHashErrorCode enum directly instead of this field.

해시를 생성하기 위해 전송된 해시 알고리즘이 잘못되었습니다.

[Android.Runtime.Register("DISPLAY_HASH_ERROR_INVALID_HASH_ALGORITHM", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayHash.DisplayHashErrorCode enum directly instead of this field.", true)]
public const Android.Views.DisplayHash.DisplayHashErrorCode DisplayHashErrorInvalidHashAlgorithm = -5;
[<Android.Runtime.Register("DISPLAY_HASH_ERROR_INVALID_HASH_ALGORITHM", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayHash.DisplayHashErrorCode enum directly instead of this field.", true)>]
val mutable DisplayHashErrorInvalidHashAlgorithm : Android.Views.DisplayHash.DisplayHashErrorCode

필드 값

Value = -5
특성

설명

해시를 생성하기 위해 전송된 해시 알고리즘이 잘못되었습니다. 즉, 값이 다음에서 지원되는 값 중 하나가 아님을 의미합니다. DisplayHashManager#getSupportedHashAlgorithms()

에 대한 android.view.displayhash.DisplayHashResultCallback.DISPLAY_HASH_ERROR_INVALID_HASH_ALGORITHMJava 설명서

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

적용 대상