addValuesAsync

suspend fun addValuesAsync(property: String, values: Collection<String>): Result

Adds property values to the profile. The values from the collection are added to the profile. 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.

Return

The result of the operation.

Parameters

property

The profile property to add the values for.

values

The property values to add to the profile.