class ExportToken
Defined at line 2797 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Token that uniquely identifies a root point for a subgraph in the global
scene graph. Each `ExportToken` has exactly one corresponding `ImportToken`.
A Scenic client can have its contents referenced from another client by
creating a typed resource using this token. The other client must also
create a correspondingly typed resource using the corresponding
`ImportToken`.
The exact nature of the inter-client reference depends on the specific
resources created from the tokens. For example, creating a `View`
resource from this token allows everything attached to the `View` to be
embedded in another clients `ViewHolder`.
Public Members
eventpair value
Public Methods
::std::unique_ptr<ExportToken> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ExportToken * value, size_t _offset)
zx_status_t Clone (ExportToken * result)