setPrefs

open fun setPrefs(attribs: JSONObject, account: UserAccount)
open fun setPrefs(attribs: Map<String, String>, account: UserAccount)

Sets the prefs for the specified user account.

Parameters

attribs

prefs.

account

UserAccount instance.