putInt

abstract fun putInt(key: String, value: Int)(source)

Stores an Int value with the given key.

Parameters

key

The key to store the value under

value

The Int value to store