Skip navigation links
B C E I N P R S W 

B

buildSettings() - Method in class com.lib.rxspreflib.RxSPref
Builds shared preference in order to access, save and remove them

C

com.lib.rxspreflib - package com.lib.rxspreflib
 
com.lib.rxspreflib.eceptions - package com.lib.rxspreflib.eceptions
 

E

encrypt(byte[]) - Method in class com.lib.rxspreflib.RxSPref
Encrypt configurations providing a key this key should have at least 128bits Remember that if you change this key the values that were written before are no longer accessible
encrypt(String) - Method in class com.lib.rxspreflib.RxSPref
Encrypt configurations providing a key Remember that if you change this key the values that were written before are no longer accessible

I

init(Context) - Static method in class com.lib.rxspreflib.RxSPref
This should be called in application onCreate

N

name(String) - Method in class com.lib.rxspreflib.RxSPref
The initializer method of the RxSPref lib

P

provideDefaultFile(int) - Method in class com.lib.rxspreflib.RxSPref
provideDefaultResourceFile(int, boolean) - Method in class com.lib.rxspreflib.RxSPref
Provide a default resource file to merge all managed settings

R

remove(String) - Method in class com.lib.rxspreflib.RxSPref
Remove a setting
removeAll(String) - Method in class com.lib.rxspreflib.RxSPref
Remove all settings
retrieve(String) - Method in class com.lib.rxspreflib.RxSPref
Retrieve a value from shared preferences
retrieveAsBoolean(String, boolean) - Method in class com.lib.rxspreflib.RxSPref
Retrieve a value from shared preferences
retrieveAsFloat(String) - Method in class com.lib.rxspreflib.RxSPref
Retrieve a value from shared preferences
retrieveAsInt(String) - Method in class com.lib.rxspreflib.RxSPref
Retrieve a value from shared preferences
retrieveAsList(String) - Method in class com.lib.rxspreflib.RxSPref
Retrieve a value from shared preferences
retrieveAsLong(String) - Method in class com.lib.rxspreflib.RxSPref
Retrieve a value from shared preferences
retrieveEncrypted(String) - Method in class com.lib.rxspreflib.RxSPref
Retrieve an encrypted value from shared preferences
RxSPref - Class in com.lib.rxspreflib
 

S

SDKNotInitialized - Exception in com.lib.rxspreflib.eceptions
 
SDKNotInitialized() - Constructor for exception com.lib.rxspreflib.eceptions.SDKNotInitialized
 

W

write(String, String) - Method in class com.lib.rxspreflib.RxSPref
Writes a value to the shared preferences
write(String, int) - Method in class com.lib.rxspreflib.RxSPref
Writes a value to the shared preferences
write(String, boolean) - Method in class com.lib.rxspreflib.RxSPref
Writes a value to the shared preferences
write(String, float) - Method in class com.lib.rxspreflib.RxSPref
Writes a value to the shared preferences
write(String, long) - Method in class com.lib.rxspreflib.RxSPref
Writes a value to the shared preferences
write(String, List<T>) - Method in class com.lib.rxspreflib.RxSPref
Writes a value to the shared preferences
write(String, Set<String>) - Method in class com.lib.rxspreflib.RxSPref
Writes a value to the shared preferences
writeEncrypted(String, String) - Method in class com.lib.rxspreflib.RxSPref
Writes a value, which will be encrypted to the shared preferences
B C E I N P R S W 
Skip navigation links