言語

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
属性

注釈

ハッシュを生成するために送信されたハッシュ アルゴリズムが無効でした。 これは、値が次のサポートされている値の 1 つではないことを意味します。 DisplayHashManager#getSupportedHashAlgorithms()

Javaドキュメント。

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

適用対象