incrementValueAsync

suspend fun incrementValueAsync(property: String, value: Int): Result

Increments a single property value to the profile. If there are already values for a property the new value will be the sum of all values.

Return

The result of the operation.

Parameters

property

The profile property to increment the values for.

value

The property value to increment to the profile.