chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.inspector.events / InspectorEvent / DetachedEvent

DetachedEvent

data class DetachedEvent : InspectorEvent

Constructors

<init>

DetachedEvent(reason: String)

Properties

reason

The reason why connection has been terminated.

val reason: String