set Cellular Bands
abstract suspend fun setCellularBands(bands: List<CellularBand>, updateProgress: suspend (progress: Progress) -> Unit = {})
Set bands enabled on the sensor
Parameters
bands
List of bands to enable
update Progress
Update progress of operation