A B C D E F G I N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- onCancelled(int) - Method in interface io.digified.digified_library.capture.CaptureCallback
-
This method is called when you cancel the capturing request
- onCaptured(CaptureResult) - Method in interface io.digified.digified_library.capture.CaptureCallback
-
This method is called when we have a successful CaptureResult
- onFailed(DigifiedError, int) - Method in interface io.digified.digified_library.capture.CaptureCallback
-
This method is called when there is a problem with the capture request
- onFailure(DigifiedError) - Method in interface io.digified.digified_library.api.callbacks.DigifiedCallback
-
This method is called when there is a problem with the API call
- onResult(T) - Method in interface io.digified.digified_library.api.callbacks.DigifiedCallback
-
This method is called when the API request was successful and we have the response
- onTimeout() - Method in interface io.digified.digified_library.capture.CaptureCallback
-
This method is called if the time out of the capture process has passed
- onUploadingDone(int) - Method in interface io.digified.digified_library.api.callbacks.ProgressCallback
-
This method is called when the uploading process of the image is done, so now the processing of the image has started
- onUploadProgress(int, int) - Method in interface io.digified.digified_library.api.callbacks.ProgressCallback
-
This method is called when we the SDK sending and processing the API request
All Classes All Packages