class ContextProvider

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

The top-level service interface which allows for the creation of Context resources.

Public Members

static const char[] Name_

Public Methods

void ~ContextProvider ()
void Create (::fuchsia::web::CreateContextParams params, ::fidl::InterfaceRequest< ::fuchsia::web::Context> context)

Creates a new browser [`Context`] whose state is wholly independent and isolated from other

[`Context`](`Contexts`).

- `params`: The configuration used to create the [`Context`].

- `context`: An interface request which will receive a bound [`Context`]

service.