Skip navigation links
B C 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
 

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
Receives an xml file to be merged upon initialization

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
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
 
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
B C I N P R S W 
Skip navigation links