Files
omnivore/apple/OmnivoreKit/Sources/Utils/UserDefaultKeys.swift
2023-04-05 10:40:08 +08:00

35 lines
996 B
Swift

import Foundation
// swiftlint:disable identifier_name
public enum UserDefaultKey: String {
case preferredWebFont
case preferredWebFontSize
case preferredWebLineSpacing
case preferredWebMaxWidthPercentage
case prefersHighContrastWebFont
case enableHighlightOnRelease
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
case shouldShowNewFeaturePrimer
case notificationsEnabled
case deviceTokenID
case shouldPromptCommunityModal
case userWordsPerMinute
case hideFeatureSection
}