Package com.skydoves.preferenceroom
Annotation Type KeyName
-
@Documented @Target(FIELD) @Retention(CLASS) public @interface KeyNameMarks a field as an SharedPreference key. This field will be mapped as the SharedPreference key with Upper camel case.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvaluePreference Key name value in the SharedPreference.
-