class Manager

Defined at line 118 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/markers.h

An interface used to add elements to a session.

An *element* is a component that is expected to be instantiated as a child

of the session and (optionally) to interact with the user in some way.

The session will typically implement `Manager` and route it where needed.

For tools like `ffx session add` to work, the session must expose `Manager`

to its parent.

For example, a component in the session may be a non-interactive application that

listens to the network for a command to display an element to the user.

When it receives the command, the component calls `ProposeElement()`.

Public Members

static Openness kOpenness
static const char[] kDiscoverableName

Records