Android.Views.View.DispatchDisplayHint Method
Dispatch a hint about whether this view is displayed.

Syntax

[Android.Runtime.Register("dispatchDisplayHint", "(I)V", "GetDispatchDisplayHint_IHandler")]
public virtual void DispatchDisplayHint ([Android.Runtime.GeneratedEnum] ViewStates hint)

Parameters

hint
A hint about whether or not this view is displayed: View.VISIBLE or View.INVISIBLE.

Remarks

Dispatch a hint about whether this view is displayed. For instance, when a View moves out of the screen, it might receives a display hint indicating the view is not displayed. Applications should not rely on this hint as there is no guarantee that they will receive one.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8