Nux

data class Nux(val completed: Boolean, val data: String? = null, val expiresAt: <Error class: unknown class>? = null, val id: String)

A new user experiences (NUX) storage object

Constructors

Link copied to clipboard
constructor(completed: Boolean, data: String? = null, expiresAt: <Error class: unknown class>? = null, id: String)

Properties

Link copied to clipboard
Link copied to clipboard
val data: String? = null

Arbitrary data for the NUX. The structure is defined by the NUX itself. Limited to 300 characters.

Link copied to clipboard
val expiresAt: <Error class: unknown class>? = null

The date and time at which the NUX will expire and should be considered completed.

Link copied to clipboard
val id: String