public static interface SitumCalibrationManager.UploadCalibrationCallback
Modifier and Type | Method and Description |
---|---|
void |
onUploadError(NetworkMessage networkMessage)
Called when an error occurs
|
void |
onUploadSuccess(java.util.List<SitumCalibration> calibrationsUploaded)
Called when the upload is complete
|
void onUploadSuccess(java.util.List<SitumCalibration> calibrationsUploaded)
calibrationsUploaded
- list of calibrations uploadedvoid onUploadError(NetworkMessage networkMessage)
networkMessage
- details of the network error