moveDocument

abstract fun moveDocument(@NonNull documentToMove: DocumentDescriptor, targetIndex: Int): Boolean

Moves documents in the document list to specified position.

Return

true when documents list has changed.

Parameters

documentToMove

Document to move.

targetIndex

Index in documents list to which the document should be moved.