DefaultsKeys
public enum DefaultsKeys : String
                Keys used for values stored in the standard UserDefaults.
- sendLocationAnonymously:  Key to store a 
Boolindicating if the user should send their location anonymously. - lastActiveTrackingDate:   Key to store the 
Dateof when the user was last tracked active. 
- 
                  
                  
Undocumented
Declaration
Swift
case sendLocationAnonymously - 
                  
                  
Undocumented
Declaration
Swift
case lastActiveTrackingDate - 
                  
                  
Undocumented
Declaration
Swift
case registeredDeviceToken 
View on GitHub
        DefaultsKeys Enumeration Reference