pauseOtaAvailableNotification

abstract fun pauseOtaAvailableNotification(shouldPause: Boolean)

The function pauses the OTA notification

When shouldPause is true, no OTA notification will be triggered

When shouldPause is set to false, the OTA notification will be restored. When called, and if OTA is available, the IEvsOtaAvailableHandler.onOtaAvailable will be triggered

Parameters

shouldPause

true to pause the OTA notification, false to enable the notification