readPreferences

abstract fun readPreferences(): Map<String, String>

Reads the preferences from storage. Preference storage might be restricted by implementations to a maximum size. It should not be considered appropriate to store large amounts of data in the preferences.

Return

Map of the preferences.