Files
omnivore/apple/OmnivoreKit/Sources/Utils/UserDefaultKeys.swift
2022-11-11 15:55:28 +08:00

27 lines
758 B
Swift

import Foundation
public enum UserDefaultKey: String {
case preferredWebFont
case preferredWebFontSize
case preferredWebLineSpacing
case preferredWebMaxWidthPercentage
case prefersHighContrastWebFont
case userHasDeniedPushPrimer
case firebasePushToken
case homeFeedlayoutPreference
case lastSelectedLinkedItemFilter
case lastUsedAppVersion
case lastUsedAppBuildNumber
case lastItemSyncTime
case textToSpeechPlaybackRate
case textToSpeechPreferredVoice
case textToSpeechDefaultLanguage
case textToSpeechPreloadEnabled
case textToSpeechUseUltraRealisticVoices
case textToSpeechUltraRealisticFeatureKey
case textToSpeechUltraRealisticFeatureRequested
case recentSearchTerms
case audioPlayerExpanded
case themeName
}