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