{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

HoverInteraction

public interface HoverInteraction extends Interaction

Known direct subclasses
HoverInteraction.Enter

An interaction representing a hover event on a component.

HoverInteraction.Exit

An interaction representing a Enter event being released on a component.


An interaction related to hover events.

See also
hoverable
HoverInteraction.Enter
HoverInteraction.Exit

Summary

Nested types

public final class HoverInteraction.Enter implements HoverInteraction

An interaction representing a hover event on a component.

public final class HoverInteraction.Exit implements HoverInteraction

An interaction representing a Enter event being released on a component.