putByteArray

open override fun putByteArray(key: String, value: ByteArray)(source)

Stores a ByteArray value with the given key.

Parameters

key

The key to store the value under

value

The ByteArray value to store