liveview-native / liveview-native/liveview-client-jetpack
JetPack -> Modifiers -> Other: Modifier.dragAndDropTarget( onStarted: (event: DragAndDropEvent) -> Boolean, onDropped: (event: DragAndDropEvent) -> Boolean, onEntered: (event: DragAndDropEvent) -> Unit, onMoved: (event: DragAndDropEvent) -> Unit, onChanged: (event: DragAndDropEvent) -> Unit, onExited: (event: DragAndDropEvent) -> Unit, onEnded: (event: DragAndDropEvent) -> Unit )
Open
- Dominant language
- Kotlin
- Stars
- 139
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Doc: https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier#(androidx.compose.ui.Modifier).dragAndDropTarget(kotlin.Function1,kotlin.Function1,kotlin.Function1,kotlin.Function1,kotlin.Function1,kotlin.Function1,kotlin.Function1)
A modifier that allows for receiving from a drag and drop gesture.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.