onFinished method of the Callback interface
Delivers the result if the images were captured successfully and user pressed "Done" button.
@MainThread
void onFinished( Result result );
Parameters
- result
- The result of the multipage capture scenario, represented by the Result class object.
3/2/2022 12:59:15 PM