androidx.health.connect.client.testing
Classes
FakeHealthConnectClient |
Fake |
FakeHealthConnectClientOverrides |
Used to override or intercept responses to emulate scenarios that |
FakePermissionController |
A fake |
Top-level functions summary
AggregationResult |
AggregationResult( Creates an AggregationResult from a map of metrics. |
Top-level functions
AggregationResult
fun AggregationResult(
dataOrigins: Set<DataOrigin> = emptySet(),
metrics: Map<AggregateMetric<Any>, Any> = emptyMap()
): AggregationResult
Creates an AggregationResult from a map of metrics.