Class Veery
unsetTags(name : String)
Delete the value of a tag for that user.
Parameters
Param name | Type | Usage |
---|---|---|
name | String | case sensitive tag name to delete |
Returns
Void
Usage / Example
veery.unsetTags(name: "name") veery.unsetTags(name: "mail")
See also
setTags
Set the value of a tag for that user.
getTags
Get the value of a tag for that user. It will be available in the next version of Veery SDK.
unsetTags
Delete a tag for that user.