xdripswift/xdrip/Constants/ConstantsAlerts.swift

10 lines
349 B
Swift

import Foundation
enum ConstantsAlerts {
/// - to avoid that a specific alert gets raised for instance every minute, this is the default delay used
/// - the actual delay used is first read from UserDefaults (settings), if not present then this value here is used
static let defaultDelayBetweenAlertsOfSameKindInMinutes = 5
}