DisplayHashResultCallback.DisplayHashErrorMissingWindow フィールド

定義

注意事項

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_MISSING_WINDOW", 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 DisplayHashErrorMissingWindow = -3;
[<Android.Runtime.Register("DISPLAY_HASH_ERROR_MISSING_WINDOW", 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 DisplayHashErrorMissingWindow : Android.Views.DisplayHash.DisplayHashErrorCode

フィールド値

Value = -3
属性

注釈

ハッシュを要求したビューのウィンドウが表示されなくなりました。 これは、ウィンドウが破損している場合に発生する可能性があります。

Javaドキュメント。

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

適用対象