putFloat

fun putFloat(key: String?, value: Float): Boolean

Sets a float 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.