OnImageUploaded

data class OnImageUploaded(val measurementUUID: String, val uploaded: Int, val total: Int) : ScanEvent

Event returned when one of the images was uploaded.

Parameters

measurementUUID

UUID of the scan

uploaded

number of images already uploaded

total

overall number of images to upload

Constructors

Link copied to clipboard
constructor(measurementUUID: String, uploaded: Int, total: Int)

Properties

Link copied to clipboard
open override val measurementUUID: String
Link copied to clipboard
val total: Int
Link copied to clipboard