Skip to content

Instantly share code, notes, and snippets.

@ibrahimsn98
Created December 31, 2018 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrahimsn98/7556d10a5b1df1cffed82e2639cd0032 to your computer and use it in GitHub Desktop.
Save ibrahimsn98/7556d10a5b1df1cffed82e2639cd0032 to your computer and use it in GitHub Desktop.
Android-Live-Shared-Preferences-Gist7
public fun <T> listenMultiple(keys: List<String>, defaultValue: T): MultiPreference<T> {
return MultiPreference(updates, preferences, keys, defaultValue)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment