NetworkConnectionMonitorTestConfigurationSuccessThreshold

data class NetworkConnectionMonitorTestConfigurationSuccessThreshold(val checksFailedPercent: Int? = null, val roundTripTimeMs: Double? = null)

Constructors

constructor(checksFailedPercent: Int? = null, roundTripTimeMs: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum percentage of failed checks permitted for a test to be successful.

Link copied to clipboard
val roundTripTimeMs: Double? = null

The maximum round-trip time in milliseconds permitted for a test to be successful.