BasicInfo

class BasicInfo(val yearOfBirth: Int = 0, val gender: QA.Gender = QA.Gender.UNKNOWN, val selfDeclaredHealthy: Boolean = false)

Data class only basic demographic information of the user associated with the device.

Constructors

Link copied to clipboard
constructor(yearOfBirth: Int = 0, gender: QA.Gender = QA.Gender.UNKNOWN, selfDeclaredHealthy: Boolean = false)

Properties

Link copied to clipboard

Gender of the user, see available settings in QA.Gender

Link copied to clipboard

Whether or not the user declares themselves as being healthy, this can be left blank if unknown

Link copied to clipboard
val yearOfBirth: Int = 0

Year of birth e.g. 1985