setCellularBands

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

updateProgress

Update progress of operation