toggle menu
shared
6.0.0
common
switch theme
search in API
shared
/
io.anyline.tiretread.sdk.scanner
/
TreadDepthMeasureSessionCallback
Tread
Depth
Measure
Session
Callback
class
TreadDepthMeasureSessionCallback
(
val
onImageUploaded
:
(
uuid
:
String
,
uploaded
:
Int
,
total
:
Int
)
->
Unit
,
val
onUploadCompleted
:
(
uuid
:
String
)
->
Unit
,
val
onUploadFailed
:
(
uuid
:
String
,
exception
:
Exception
)
->
Unit
,
val
onUploadAborted
:
(
uuid
:
String
)
->
Unit
)
Members
Constructors
Tread
Depth
Measure
Session
Callback
Link copied to clipboard
constructor
(
onImageUploaded
:
(
uuid
:
String
,
uploaded
:
Int
,
total
:
Int
)
->
Unit
,
onUploadCompleted
:
(
uuid
:
String
)
->
Unit
,
onUploadFailed
:
(
uuid
:
String
,
exception
:
Exception
)
->
Unit
,
onUploadAborted
:
(
uuid
:
String
)
->
Unit
)
Properties
on
Image
Uploaded
Link copied to clipboard
val
onImageUploaded
:
(
uuid
:
String
,
uploaded
:
Int
,
total
:
Int
)
->
Unit
on
Upload
Aborted
Link copied to clipboard
val
onUploadAborted
:
(
uuid
:
String
)
->
Unit
on
Upload
Completed
Link copied to clipboard
val
onUploadCompleted
:
(
uuid
:
String
)
->
Unit
on
Upload
Failed
Link copied to clipboard
val
onUploadFailed
:
(
uuid
:
String
,
exception
:
Exception
)
->
Unit