public static interface SnoozeActionConfiguration.Builder extends SdkPojo, CopyableBuilder<SnoozeActionConfiguration.Builder,SnoozeActionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SnoozeActionConfiguration.Builder |
note(String note)
The note that you can leave when you snooze the alarm.
|
SnoozeActionConfiguration.Builder |
snoozeDuration(Integer snoozeDuration)
The snooze time in seconds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnoozeActionConfiguration.Builder snoozeDuration(Integer snoozeDuration)
The snooze time in seconds. The alarm automatically changes to the NORMAL state after this
duration.
snoozeDuration - The snooze time in seconds. The alarm automatically changes to the NORMAL state after
this duration.SnoozeActionConfiguration.Builder note(String note)
The note that you can leave when you snooze the alarm.
note - The note that you can leave when you snooze the alarm.Copyright © 2023. All rights reserved.