incrementProperty

fun incrementProperty(propertyIdentifier: String, value: String?)

Increments a value to the property. When the property is not yet present it will be set to the given value.

Parameters

propertyIdentifier

The identifier of the property.

value

The value to increment.