setValuesAsync

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

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

Return

The result of the operation.

Parameters

property

The profile property to add the values for.

values

The profile values to store.