DataType

abstract class DataType : Parcelable

The type of health data.

Each data type has different fields and supports different operations, so refer to the details of each data type.

Among the attributes (member variables) of the data type, Field is an attribute used for read, insert, and update operations, and AggregateOperation is a type of aggregation used to obtain its value through aggregate operation.

Since

1.0.0

Inheritors

Types

Link copied to clipboard

The data type for getting the active calories burned goal that a user sets in the Samsung Health application.

Link copied to clipboard

The data type for getting the active time goal that a user sets in the Samsung Health application.

Link copied to clipboard

The data type for getting the user's activity summary.

Link copied to clipboard
Link copied to clipboard

The data type for getting energy score data measured by the Samsung Health.

Link copied to clipboard

The data type for getting data permission to read the exercise route measured during the exercise session. The exercise route indicates route of each ExerciseSession.

Link copied to clipboard

The data type for getting the nutrition goal that a user sets in the Samsung Health application.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The data type for getting the sleep goal that a user sets in the Samsung Health application.

Link copied to clipboard

The data type for getting the step goal that a user sets in the Samsung Health application.

Link copied to clipboard

The data type for getting the total number of steps that a user takes.

Link copied to clipboard

The data type for getting the user profile data in the Samsung Health.

Link copied to clipboard

The data type for getting the water intake goal that a user sets in the Samsung Health application.

Link copied to clipboard
Link copied to clipboard
interface Writeable<T : DataPoint>

Properties

Link copied to clipboard

All fields of a specified data type.

Link copied to clipboard
abstract val name: String

The name of a data type as a string.

Preferences Submitted

You have successfully updated your cookie preferences.