addProfileValue

abstract fun addProfileValue(property: String, value: String)

Adds a single property value to the profile. If there are already values for a property the new value will be added. Values for a property need to be unique; passing the same value multiple times will have no effect.

Parameters

property

The profile property to add the values for.

value

The property value to add to the profile.