Package-level declarations
Types
Event returned when the distance of the tire to the camera changed.
Event returned when the focus was found.
Event returned when one of the images was uploaded.
Event returned when the scan was started.
Event returned when the scan was stopped whether it was manually or through a timeout.
Event invoked when the user selects a tire width in the TireWidthInput screen or skips the step.
Event classes that inherit from ScanEvent contain the data returned in the callbacks provided during the setup of the scan process. The following events are mandatory to be handled to provide a proper user flow: - OnUploadCompleted - OnUploadFailed - OnUploadAborted - OnScanAbort
Event classes that inherit from ScanEvent contain the data returned in the callbacks provided during the setup of the scan process. The following events are mandatory to be handled to provide a proper user flow: - OnUploadCompleted - OnUploadFailed - OnUploadAborted - OnScanAbort
Event classes that inherit from ScanEvent contain the data returned in the callbacks provided during the setup of the scan process. The following events are mandatory to be handled to provide a proper user flow: - OnUploadCompleted - OnUploadFailed - OnUploadAborted - OnScanAbort
Class representing the tire tread scanner.