DisplayHashResultCallback.DisplayHashErrorNotVisibleOnScreen フィールド

定義

注意事項

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_NOT_VISIBLE_ON_SCREEN", 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 DisplayHashErrorNotVisibleOnScreen = -4;
[<Android.Runtime.Register("DISPLAY_HASH_ERROR_NOT_VISIBLE_ON_SCREEN", 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 DisplayHashErrorNotVisibleOnScreen : Android.Views.DisplayHash.DisplayHashErrorCode

フィールド値

Value = -4
属性

注釈

ハッシュを要求したビューが画面に表示されません。 これは、ビューの境界がオフスクリーンであるか、ウィンドウの境界がオフスクリーンであるか、ビューが表示されていないか、ウィンドウが表示されていないことを意味する可能性があります。

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

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

適用対象