addValueAsync

suspend fun addValueAsync(property: String, value: String): Result

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.

Return

The result of the operation.

Parameters

property

The profile property to add the values for.

value

The property value to add to the profile.