Moment

data class Moment(val label: String, val timestamp: Long)(source)

Parameters

label

The text description label for the moment

timestamp

The timestamp of the moment in milliseconds

Constructors

Link copied to clipboard
constructor(label: String, timestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard