addProfileValues

open override fun addProfileValues(property: String, values: Collection<String>)

Add property values to the profile. The values are passed as a map from the property identifier to the list of property values. If there are already values for a property the new values will be added. Values for a property need to be unique; passing the same values multiple times will have no effect.

Parameters

values

The property values to add to the profile.