public interface CalibrationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(CalibrationResult result,
CalibrationParameters params)
Gets called when the calibration process is completed.
|
void |
onProgress(double progress)
Gets called when the card reader calibration makes progress.
|
void onProgress(double progress)
progress - the completion percentage [0.0 - 1.0].void onComplete(CalibrationResult result, CalibrationParameters params)
result - the result of calibration.params - the calibration parameters that were detected. Will be null if the result is not CalibrationResult.SUCCESS.