putStringSet

abstract fun putStringSet(key: String, value: Set<String>?)

Store the value for the given key.

Parameters

value

: The value to store. If null, the key will be removed.