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