AlarmPrefsKeys

private enum AlarmPrefsKeys : String

These are the keys we use for our alarms dictionary.

  • The set time for this alarm

    Declaration

    Swift

    case alarmTime
  • Whether or not the alarm is currently active

    Declaration

    Swift

    case isActive
  • Is the alarm set to vibrate when going off?

    Declaration

    Swift

    case isVibrateOn
  • The sound mode (music, sound, silent)

    Declaration

    Swift

    case selectedSoundMode
  • If sound, the selected preset sound index

    Declaration

    Swift

    case selectedSoundIndex
  • If music, the selected resource URL for the song

    Declaration

    Swift

    case selectedSongURL