class CreateView2Args

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

Args for Frame.CreateView2(), see above.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::ui::views::ViewCreationToken & view_creation_token ()

Non-optional. This token is provided to attach the client's Flatland view to the parent's

viewport.

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

bool has_view_creation_token ()

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

::fuchsia::ui::views::ViewCreationToken * mutable_view_creation_token ()

Non-optional. This token is provided to attach the client's Flatland view to the parent's

viewport.

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

void clear_view_creation_token ()

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

CreateView2Args & set_view_creation_token (::fuchsia::ui::views::ViewCreationToken _value)
void CreateView2Args ()
void CreateView2Args (CreateView2Args && other)
void ~CreateView2Args ()
CreateView2Args & operator= (CreateView2Args && other)
::std::unique_ptr<CreateView2Args> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CreateView2Args * _value, size_t _offset)
zx_status_t Clone (CreateView2Args * _result)