FingerprintSignal
@Serializable
One fingerprintable data point collected from the device.
This is the core domain type produced by every SignalCollector and consumed by the UI and the report exporter. Instances are immutable and serializable so they can be persisted or exported.
See also
Constructors
Link copied to clipboard
constructor(id: String, name: String, value: String, rationale: String, sensitivity: Sensitivity, displayHint: DisplayHint = DisplayHint.Plain, entries: List<SignalEntry> = emptyList(), rawValue: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Optional key/value sub-fields for DisplayHint.KeyValue rows.
Link copied to clipboard
Tier of the owning category.