clear
Clears the value of the specified attributes effectively setting them to null.
Example:
clear("key1", "key2", "key2", "... as many keys as desired")Content copied to clipboard
Parameters
keys
Vararg of keys of the entries to clear.
Clears the value of the specified attributes effectively setting them to null.
Example:
clear(listOf("key1", "key2", "key2"))Content copied to clipboard
Parameters
keys
The keys of the entries to clear.
Clears the value of the specified attribute effectively setting it to null.
Example:
clear("key1")Content copied to clipboard
Parameters
key
The key of the entry to clear.