putLong

open override fun putLong(key: String, value: Long)(source)

Stores a Long value with the given key.

Parameters

key

The key to store the value under

value

The Long value to store