VpnState

data class VpnState(val state: VpnStateMonitor.VpnRunningState, val stopReason: VpnStateMonitor.VpnStopReason? = null, val alwaysOnState: VpnStateMonitor.AlwaysOnState = DEFAULT)

Constructors

Link copied to clipboard
constructor(state: VpnStateMonitor.VpnRunningState, stopReason: VpnStateMonitor.VpnStopReason? = null, alwaysOnState: VpnStateMonitor.AlwaysOnState = DEFAULT)

Properties

Link copied to clipboard
Link copied to clipboard