Added in API level 34

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.