Share via


DisplayHashResultCallback.DisplayHashErrorNotVisibleOnScreen Field

Definition

Caution

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

The view that requested the hash is not visible on screen.

[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

Field Value

Value = -4
Attributes

Remarks

The view that requested the hash is not visible on screen. This could either mean that the view bounds are offscreen, window bounds are offscreen, view is not visible, or window is not visible.

Java documentation for android.view.displayhash.DisplayHashResultCallback.DISPLAY_HASH_ERROR_NOT_VISIBLE_ON_SCREEN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to