SnoozeAlarmActionRequest

Information needed to snooze the alarm.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the alarm model.

Link copied to clipboard

The value of the key used as a filter to select only the alarms associated with the key.

Link copied to clipboard
val note: String?

The note that you can leave when you snooze the alarm.

Link copied to clipboard

The request ID. Each ID must be unique within each batch.

Link copied to clipboard

The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String