On Image Uploaded
data class OnImageUploaded(val measurementUUID: String, val uploaded: Int, val total: Int) : ScanEvent
Event returned when one of the images was uploaded.
Parameters
measurement UUID
UUID of the scan
uploaded
number of images already uploaded
total
overall number of images to upload