putString

fun putString(key: String?, value: String?): Boolean

Sets a String value in the shared preferences.

Return

true if the value was set successfully, false otherwise.

Parameters

key

The name of the preference to modify.

value

The new value for the preference.