public abstract class AbstractPrefField extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
key |
protected android.content.SharedPreferences |
sharedPreferences |
Constructor and Description |
---|
AbstractPrefField(android.content.SharedPreferences sharedPreferences,
String key) |
protected final android.content.SharedPreferences sharedPreferences
protected final String key
public AbstractPrefField(android.content.SharedPreferences sharedPreferences, String key)
public final boolean exists()
public String key()
public final void remove()
protected android.content.SharedPreferences.Editor edit()
protected final void apply(android.content.SharedPreferences.Editor editor)
Copyright © 2010-2014. All Rights Reserved.