YMMCustomCounterAttribute protocol

The protocol defines methods for updating the value of the tag type attribute.

Instance methods

withDelta(_:) Updates the attribute value with the specified delta value.
withDelta(_:) Updates the attribute value with the specified delta value.

Method descriptions

withDelta(_:)

func withDelta(_ value: Double) -> YMMUserProfileUpdate

Updates the attribute value with the specified delta value.

Parameters:
value The delta value which you want to add or remove to the attribute value.
value The delta value which you want to add or remove to the attribute value.

Returns:

The YMMUserProfileUpdate class instance.