class DevToolsListener

Defined at line 12493 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

Interface used to observe DevTools service availability events.

Public Methods

void ~DevToolsListener ()
void OnContextDevToolsAvailable (::fidl::InterfaceRequest< ::fuchsia::web::DevToolsPerContextListener> listener)

Called when the DevTools service is available on a new [`Context`].

- `listener`: Channel over which DevTools events for the new [`Context`] will

be delivered. This channel will disconnect when the [`Context`] is destroyed.