getCellularNetworkStatus

abstract suspend fun getCellularNetworkStatus(updateProgress: suspend (progress: Progress) -> Unit = {}): CellularNetworkStatusLegacy

Gets cellular network status from sensor

Return

cellular network status CellularNetworkStatusLegacy

Parameters

updateProgress

Update progress of operation