Interface SnoozeActionConfiguration.Builder

    • Method Detail

      • snoozeDuration

        SnoozeActionConfiguration.Builder snoozeDuration​(Integer snoozeDuration)

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

        Parameters:
        snoozeDuration - The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • note

        SnoozeActionConfiguration.Builder note​(String note)

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

        Parameters:
        note - The note that you can leave when you snooze the alarm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.