- getBoolean(String, boolean) - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the boolean value mapped in the shared preferences under the given key.
- getDefaultValue() - Method in class universum.studios.android.preference.SharedPreference
-
Returns the default value of this preference.
- getFloat(String, float) - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the float value mapped in the shared preferences under the given key.
- getFromPreferences(SharedPreferences, String, Object) - Static method in class universum.studios.android.preference.ArrayPreference
-
Returns an array mapped in the given shared preferences under the specified
key.
- getFromPreferences(SharedPreferences, String, List<T>) - Static method in class universum.studios.android.preference.ListPreference
-
Returns a
List mapped in the given shared
preferences under the specified
key.
- getInt(String, int) - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the int value mapped in the shared preferences under the given key.
- getKey() - Method in class universum.studios.android.preference.SharedPreference
-
Returns the key of this preference.
- getKeyRes() - Method in class universum.studios.android.preference.SharedPreference
-
Return the resource id of the key of this preference.
- getLong(String, long) - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the long value mapped in the shared preferences under the given key.
- getMode() - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the actual file creation mode for shared preferences.
- getPreference(SharedPreference<Type>) - Method in class universum.studios.android.preference.PreferencesManager
-
Obtains the value of the given preference from shared preferences.
- getSharedPreferences() - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the instance of SharedPreferences depends on the current file creation mode and
preferences name.
- getSharedPreferencesName() - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the actual name for shared preferences.
- getString(String, String) - Method in class universum.studios.android.preference.PreferencesManager
-
Returns the String value mapped in the shared preferences under the given key.
- getValue() - Method in class universum.studios.android.preference.SharedPreference
-
Returns the value, which is currently being hold by this preference object.