SettingsKeys
public enum SettingsKeys : String
Keys used in the settings dictionary.
-
Stores a
Boolindicating if the user should send their location anonymously.Declaration
Swift
case sendLocationAnonymously = "send_location_anonymously"
View on GitHub
SettingsKeys Enumeration Reference