Package com.pspdfkit.compose.state
Interface TextSelectionDragChange
-
- All Implemented Interfaces:
public interface TextSelectionDragChange
Interface to notify about text selection drag changes. It's only used to notify if a drag is being in progress or not (Some parts of the UI might need to know that).
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onDragChanged(TextSelectionState.DragHandle dragHandle)
-
-
Method Detail
-
onDragChanged
abstract Unit onDragChanged(TextSelectionState.DragHandle dragHandle)
-
-
-
-