putFloat

abstract fun putFloat(key: String, value: Float)(source)

Stores a Float value with the given key.

Parameters

key

The key to store the value under

value

The Float value to store