setProfileValues

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

Sets values on the profile. Passing a property that was already set with values will cause for the old values to be removed.

Parameters

property

The profile property to add the values for.

values

The profile values to store.