get Cellular Bands
abstract suspend fun getCellularBands(updateProgress: suspend (progress: Progress) -> Unit = {}): List<CellularBand>
Gets cellular bands from sensor
Return
list of cellular bands CellularBand
Parameters
update Progress
Update progress of operation