completed

abstract fun completed(action: DragOperation.Action)

Called when the drag operation was successfully completed. Implementations must properly handle the Action to ensure that data dropped on the target is correctly copied, moved, or linked.

Parameters

action

The Action that was used in dropping the bundle onto a target