getCellularBands

abstract suspend fun getCellularBands(updateProgress: suspend (progress: Progress) -> Unit = {}): List<CellularBand>

Gets cellular bands from sensor

Return

list of cellular bands CellularBand

Parameters

updateProgress

Update progress of operation