putByte

abstract fun putByte(key: String, value: Byte)(source)

Stores a Byte value with the given key.

Parameters

key

The key to store the value under

value

The Byte value to store