Added in API level 34
Summary:
Methods
| Inherited Methods
InsertRecordsResponse
public
class
InsertRecordsResponse
extends Object
java.lang.Object | |
↳ | android.health.connect.InsertRecordsResponse |
Response for HealthConnectManager#insertRecords
. The response contains records in same
order as records in HealthConnectManager#insertRecords
Summary
Public methods | |
---|---|
List<Record>
|
getRecords()
|
Inherited methods | |
---|---|
Public methods
getRecords
Added in API level 34
public List<Record> getRecords ()
Returns | |
---|---|
List<Record> |
This value cannot be null . |