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

DragInteraction.Stop

public final class DragInteraction.Stop implements DragInteraction


An interaction representing the stopping of a Start event on a component.

See also
draggable
DragInteraction.Start

Summary

Public constructors

Public methods

final @NonNull DragInteraction.Start

the source Start interaction that is being stopped

Public constructors

Stop

public Stop(@NonNull DragInteraction.Start start)

Public methods

getStart

public final @NonNull DragInteraction.Start getStart()

the source Start interaction that is being stopped