Standard

data class Standard(val attributeName: String, val attributeValue: Any, val attributeLevel: UserAttributeLevel) : UserAttributeResult

A single attribute of a standard (non-date) type was accepted.

Constructors

Link copied to clipboard
constructor(attributeName: String, attributeValue: Any, attributeLevel: UserAttributeLevel)

Properties

Link copied to clipboard

The level at which the attribute was tracked.

Link copied to clipboard

The name of the attribute that was accepted.

Link copied to clipboard

The value of the attribute that was accepted.