ServiceWorkerRouterInfo

@Serializable
data class ServiceWorkerRouterInfo(val ruleIdMatched: Int? = null, val matchedSourceType: Network.ServiceWorkerRouterSource? = null, val actualSourceType: Network.ServiceWorkerRouterSource? = null)

Constructors

Link copied to clipboard
constructor(ruleIdMatched: Int? = null, matchedSourceType: Network.ServiceWorkerRouterSource? = null, actualSourceType: Network.ServiceWorkerRouterSource? = null)

Properties

Link copied to clipboard

The actual router source used.

Link copied to clipboard

The router source of the matched rule. If there is a matched rule, this field will be set, otherwise no value will be set.

Link copied to clipboard
val ruleIdMatched: Int? = null

ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set.