add Profile Values
abstract fun addProfileValues(property: String, values: Collection<String>, callback: Callback? = null)
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.
Parameters
property
The profile property to add the values for.
values
The property values to add to the profile.
callback
The callback function containing information about the operation.