ComparisonDialogListener

This interface provides a callback when performing document comparison using the DocumentComparisonDialog.

See also

Functions

Link copied to clipboard
abstract fun onComparisonSuccessful(@NonNull comparisonDocument: DocumentSource)
Gets called when the document alignment and comparison process has been completed.
Link copied to clipboard
abstract fun onError(@NonNull error: Throwable)
Gets called when the Comparison doesn't go as expected.