Expand description
Module for interacting with user preferences.
Enums§
- Default
Value - A default value that can be stored in UserDefaults.
Functions§
- defaults_
get - Returns the UserDefaults value associated with the specified key.
- defaults_
get_ map - Returns a HashMap stored in UserDefaults with the specified key.
- defaults_
set - Sets the UserDefaults value of the specified key.
- defaults_
set_ data - Sets the UserDefaults value of the specified key with serialized data.