Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns true if the view is currently hovered.
Set method documentation [Android Documentation]
Sets whether the view is currently hovered.
Calling this method also changes the drawable state of the view. This enables the view to react to hover by using different drawable resources to change its appearance.
The View.OnHoverChanged(bool) method is called when the hovered state changes.