DeviceDataSourceCapabilities


class DeviceDataSourceCapabilities
kotlin.Any
   ↳ android.health.connect.DeviceDataSourceCapabilities

Represents the set of record types a device data source can provide.

Summary

Public methods
MutableSet<Class<out Record!>!>

Returns the set of record types that can be provided.

Public methods

getRecordTypes

fun getRecordTypes(): MutableSet<Class<out Record!>!>

Returns the set of record types that can be provided.

Return
MutableSet<Class<out Record!>!> This value cannot be null.