putBlob

open fun putBlob(key: String, value: String)

Adds a value to the set.

Parameters

key

the name of the value to put

value

the data for the value to put

See also

android.content.ContentValues#put(String, byte[])