onDocumentMoved

abstract fun onDocumentMoved(@NonNull documentDescriptor: DocumentDescriptor, targetIndex: Int)

Called after document has been moved in the documents list.

Parameters

documentDescriptor

Moved document.

targetIndex

Index to which the document has been moved.