class DeviceIdProvider
Defined at line 4938 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Provides the device's feedback ID.
The feedback ID is a persisted UUID used to group feedback reports. The ID
is not intended to be used for any reporting purposes other than feedback,
e.g., not intended to be used for telemetry.
Public Members
static const char[] Name_
Public Methods
void ~DeviceIdProvider ()
void GetId (GetIdCallback callback)
Returns the device's feedback ID.
This method follows the hanging-get pattern and won't return a value until the ID since the
last call has changed.