Skip to content

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

@xuhuan

Description

@xuhuan

如下

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions