moveChangeNote

fun moveChangeNote(changeNote: Note, sourceUpdate: Update, destinationUpdate: Update, onMove: () -> Unit)

Method to move a change note

Since

1.2.0

Parameters

changeNote

The change note to move

sourceUpdate

The source update where the change note is currently attached

destinationUpdate

The destination update where move the change note

onMove

The callback to invoke after the moving of the change note