AnyPref icon indicating copy to clipboard operation
AnyPref copied to clipboard

对象字段没有对应的put方法

Open xuhuan opened this issue 9 years ago • 0 comments

如下

 AnyPref.getPrefs("sample")//或者new SharedPrefs("sample")
            .putLong("long", 920394857382L)
            .putInt("int", 63)
            .putString("string", "sample string");

其他字段有put方法, PrefSub对应的对象字段没有对应的方法.get方法也没有的. @NashLegend

xuhuan avatar Dec 06 '16 02:12 xuhuan