AMACustomCounterAttribute protocol
The protocol defines methods for updating the value of the tag type attribute.
Instance methods
Updates the attribute value with the specified delta value. |
Method descriptions
-withDelta:
- (AMAUserProfileUpdate *)withDelta:(double)value
Updates the attribute value with the specified delta value.
Parameters:
|
The delta value to change the attribute value to. |
Returns:
The AMAUserProfileUpdate
class instance.