Skip navigation links
B C D G L M O P R S U V 

B

BUILD_TYPE - Static variable in class com.yoti.mobile.android.commons.prefs.BuildConfig
 
buildCompleteKey(String) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
BuildConfig - Class in com.yoti.mobile.android.commons.prefs
 
BuildConfig() - Constructor for class com.yoti.mobile.android.commons.prefs.BuildConfig
 

C

com.yoti.mobile.android.commons.prefs - package com.yoti.mobile.android.commons.prefs
 
com.yoti.mobile.android.commons.util - package com.yoti.mobile.android.commons.util
 
contains(String) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 

D

DEBUG - Static variable in class com.yoti.mobile.android.commons.prefs.BuildConfig
 
DEFAULT_VERSION - Static variable in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
DeprecatedSharedPreferencesBase - Class in com.yoti.mobile.android.commons.util
Deprecated.
All new SharedPreference implementations should instead use SharedPreferencesBase as to not have to deal with any migration from a non-versioned SharedPreferences to a versioned SharedPreferences.
DeprecatedSharedPreferencesBase(Context, String) - Constructor for class com.yoti.mobile.android.commons.util.DeprecatedSharedPreferencesBase
Deprecated.
Initialises a new instance of the DeprecatedSharedPreferencesBase.

G

getBooleanPreference(String, boolean) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
getDeprecatedPreferenceKeys() - Method in class com.yoti.mobile.android.commons.util.DeprecatedSharedPreferencesBase
Deprecated.
To allow for the migration of the preferences with the deprecated keys we need to define which keys need to be migrated.
getIntPreference(String, int) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
getLongPreference(String, long) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
getSharedEditor() - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
getSharedPreferences() - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
getSharedPreferencesName() - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
Gets the name of the class purely for logging purposes.
getStoredVersion() - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
Get the currently stored version of the SharedPreferences implementation.
getStringPreference(String, String) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
getStringSetPreference(String, Set<String>) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
getVersion() - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
Gets the current version of the SharedPreferences implementation.

L

LIBRARY_PACKAGE_NAME - Static variable in class com.yoti.mobile.android.commons.prefs.BuildConfig
 

M

mContext - Variable in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
mKeyPrefix - Variable in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 

O

onPreCheckVersion() - Method in class com.yoti.mobile.android.commons.util.DeprecatedSharedPreferencesBase
Deprecated.
 
onPreCheckVersion() - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
A hook to allow for subclasses to perform any tasks before the version is checked and any upgrades are done.

P

PREF_FILE - Static variable in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 

R

removePreference(String) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 

S

setBooleanPreference(String, boolean) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
setIntPreference(String, int) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
setLongPreference(String, long) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
setStoredVersion(int) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
Sets the version of the SharedPreferences.
setStringPreference(String, String) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
setStringSetPreference(String, Set<String>) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
 
SharedPreferencesBase - Class in com.yoti.mobile.android.commons.util
Provides enhanced usability for persisting data to the default shared preferences file.
SharedPreferencesBase(Context, String) - Constructor for class com.yoti.mobile.android.commons.util.SharedPreferencesBase
Initialises a new instance of the SharedPreferencesBase.

U

updateStoreData(int) - Method in class com.yoti.mobile.android.commons.util.SharedPreferencesBase
Updates the SharedPreferences implementation to the new version.

V

VERSION_CODE - Static variable in class com.yoti.mobile.android.commons.prefs.BuildConfig
 
VERSION_NAME - Static variable in class com.yoti.mobile.android.commons.prefs.BuildConfig
 
B C D G L M O P R S U V 
Skip navigation links