getByteArray

open override fun getByteArray(key: String): ByteArray?(source)

Retrieves a ByteArray value for the given key.

Return

The ByteArray value, or null if no value exists for the key

Parameters

key

The key to retrieve the value for