DisplayHashResultCallback.DisplayHashErrorInvalidBounds フィールド

定義

注意事項

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_BOUNDS", 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 DisplayHashErrorInvalidBounds = -2;
[<Android.Runtime.Register("DISPLAY_HASH_ERROR_INVALID_BOUNDS", 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 DisplayHashErrorInvalidBounds : Android.Views.DisplayHash.DisplayHashErrorCode

フィールド値

Value = -2
属性

注釈

ハッシュ ハッシュを要求するときに使用される境界が無効か空でした。

の Java ドキュメント android.view.displayhash.DisplayHashResultCallback.DISPLAY_HASH_ERROR_INVALID_BOUNDS

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

適用対象