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

HoverInteraction.Exit

public final class HoverInteraction.Exit implements HoverInteraction


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

See also
hoverable
HoverInteraction.Enter

Summary

Public constructors

Public methods

final @NonNull HoverInteraction.Enter

the source Enter interaction that is being released

Public constructors

Exit

public Exit(@NonNull HoverInteraction.Enter enter)

Public methods

getEnter

public final @NonNull HoverInteraction.Enter getEnter()

the source Enter interaction that is being released