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
#379 0 comments 0 reactions 1 assignee Claimed by @nelson-glauber View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.