template <>
class WireWeakAsyncClientImpl
Defined at line 2125 of file fidling/gen/sdk/fidl/fuchsia.metrics/fuchsia.metrics/cpp/fidl/fuchsia.metrics/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_metrics::MetricEventLoggerFactory::CreateMetricEventLogger> CreateMetricEventLogger (::fuchsia_metrics::wire::ProjectSpec project_spec, ::fidl::ServerEnd< ::fuchsia_metrics::MetricEventLogger> && logger)
Create a MetricEventLogger for the project specified by `project_spec`.
Allocates 56 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_metrics::MetricEventLoggerFactory::CreateMetricEventLoggerWithExperiments> CreateMetricEventLoggerWithExperiments (::fuchsia_metrics::wire::ProjectSpec project_spec, ::fidl::VectorView<uint32_t> experiment_ids, ::fidl::ServerEnd< ::fuchsia_metrics::MetricEventLogger> && logger)
Create a MetricEventLogger with experiment metadata.
This temporary method exposes experiment data to Cobalt directly from
components. In the future, experiment state will be managed by the
system and passed directly to Cobalt. Contact the Cobalt team before
using this interface.
To update experiment state create a new logger.
Allocates 472 bytes of request buffer on the stack. The callback is stored on the heap.