incrementProfileValue

abstract fun incrementProfileValue(property: String, value: String?, callback: Callback? = null)

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.

Parameters

property

The profile property to increment the values for.

value

The property value to increment to the profile.

callback

The callback function containing information about the operation.