IEvsOtaEventsHandler

Interface for receiving when the glasses firmware update process events

Used for overriding the default SDK firmware update process ui

See also

Functions

Link copied to clipboard
abstract fun onOtaFailed(errCode: OtaErrorCode, description: String)

Called when the update process was failed

Link copied to clipboard
abstract fun onOtaInstallCompleted()

Called when the firmware update was completed successfully

Link copied to clipboard
abstract fun onOtaInstallStarted()

Called when the firmware files are installed

Link copied to clipboard
abstract fun onOtaProgress(progress: Int)

Called to be notified about the firmware files upload process Each file will be notified separately 0,100

Link copied to clipboard
abstract fun onOtaStarted(filesCount: Int)

Called when the update was started, with the update available files

Link copied to clipboard
abstract fun onOtaUploadCompleted()

Called when the firmware files upload were completed