Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 16, 2018 02:18
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 skydoves/5f3c6f2a2aecad346d2bd081b52c5647 to your computer and use it in GitHub Desktop.
Save skydoves/5f3c6f2a2aecad346d2bd081b52c5647 to your computer and use it in GitHub Desktop.
Preference_Profile
fun getUserKeyName() = profile.nameKeyName()
fun getPreferenceMenuPosition() = profile.menuPosition
fun putPreferenceMenuPosition(position: Int) { profile.putMenuPosition(position) }
fun getUserName() = profile.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment