setCellularConfiguration

abstract suspend fun setCellularConfiguration(cellularConfiguration: CellularConfiguration, updateProgress: suspend (progress: Progress) -> Unit = {})

Set the cellular configuration

Parameters

cellularConfiguration

Cellular configuration CellularConfiguration

updateProgress

Update progress of operation