Files
omnivore/apple/OmnivoreKit/Sources/Utils/UserDefaultKeys.swift
2023-11-17 21:17:43 +08:00

37 lines
1.0 KiB
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 lastSelectedFeaturedItemFilter
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 openAIPrimerDisplayed
case notificationsEnabled
case deviceTokenID
case userWordsPerMinute
case hideFeatureSection
case justifyText
case prefersHideStatusBarInReader
}