get Cellular Network Status
abstract suspend fun getCellularNetworkStatus(updateProgress: suspend (progress: Progress) -> Unit = {}): CellularNetworkStatusLegacy
Gets cellular network status from sensor
Return
cellular network status CellularNetworkStatusLegacy
Parameters
update Progress
Update progress of operation