setNetworkTroubleshooting

abstract suspend fun setNetworkTroubleshooting(isTroubleshootingEnabled: Boolean, updateProgress: suspend (progress: Progress) -> Unit = {})

Set network troubleshooting configuration

Parameters

isTroubleshootingEnabled

True to enable troubleshooting, false to disable

updateProgress

Update progress of operation