put

fun put(key: String, value: String?)

Updates or adds the value of an entry for the given key in the attribute map.

Parameters

key

The key of the entry to update or add.

value

The value of the entry to set