Interface StateChangeConfiguration.Builder

    • Method Detail

      • triggerType

        StateChangeConfiguration.Builder triggerType​(String triggerType)

        The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.

        Parameters:
        triggerType - The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerType, TriggerType
      • triggerType

        StateChangeConfiguration.Builder triggerType​(TriggerType triggerType)

        The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.

        Parameters:
        triggerType - The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerType, TriggerType