public abstract class SharedPrefsHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected android.content.Context |
mContext |
| Constructor and Description |
|---|
SharedPrefsHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected android.content.SharedPreferences |
getSharedPrefsForIdentifier(java.lang.String identifier) |
protected boolean |
isFirstTime(java.lang.String identifier,
java.lang.String key) |
abstract boolean |
validate() |