Added in API level 34

InsertRecordsResponse

open class InsertRecordsResponse
kotlin.Any
   ↳ android.health.connect.InsertRecordsResponse

Response for HealthConnectManager#insertRecords. The response contains records in same order as records in HealthConnectManager#insertRecords

Summary

Public methods
open MutableList<Record!>

Public methods

getRecords

Added in API level 34
open fun getRecords(): MutableList<Record!>
Return
MutableList<Record!> This value cannot be null.