DevToolsConfig
constructor(introspectionConfig: IntrospectionConfig, serverUrl: String? = null, enabled: Boolean = true, allowActionCapture: Boolean = true, allowStateCapture: Boolean = true, defaultRole: ClientRole? = null)(source)
Parameters
introspectionConfig
Shared configuration providing clientId, clientName, and platform
serverUrl
WebSocket server URL. If null, won't auto-connect (use DevToolsAction.Connect)
enabled
Enable/disable DevTools functionality
allowActionCapture
Allow sending dispatched actions to the DevTools server
allowStateCapture
Allow sending state changes to the DevTools server
defaultRole
The role to request automatically on connect. Null means no auto-request.