class ViewToken
Defined at line 1181 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
Token that uniquely identifies a `View`, which is the root point for a
subgraph in the global scene graph. Each `ViewToken` has exactly one
corresponding `ViewHolderToken`.
A Scenic client can have its contents referenced from another client by
creating a `View` resource using this token. The other client must also
create a `ViewHolder` resource using the corresponding `ViewHolderToken`.
Public Members
eventpair value
Public Methods
::std::unique_ptr<ViewToken> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,ViewToken *value,size_t_offset)
zx_status_t Clone (ViewToken * result)