class Present

Defined at line 241 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/cpp/fidl/fuchsia.ui.views/cpp/markers.h

Provides the View with an attachment point to Scenic's scene graph.

When `Present()` is called the View's implementation should create a

View resource within Scenic by providing it with the `view_token` (using

a `fuchsia.ui.gfx.CreateResourceCmd` and `fuchsia.ui.gfx.ViewArgs`).

Then the implementation should attach its graphical content to the

newly-created View resource using a `fuchsia.ui.gfx.AddChildCmd`.

If the implementation already owns a View resource (because `Present()`

had already been called before), then it should terminate the connection

with an error.

TODO(https://fxbug.dev/42098670): Allow re-parenting `View`s with a new `Present()` call.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal