onClose method of the Callback interface
Called to deliver current result if the capture process was interrupted by user.
Note: Result may contain some captured images. Call clear method to remove them from the page storage, if you do not want to save them for further use.
@MainThread
void onClose( Result result );
Parameters
- result
- The result of the multipage capture scenario, represented by the Result class object.
02.03.2022 12:59:15