Class Veery

getTags(name : String)

It will be available in the next version of Veery SDK.

get the value of a tag for that user.

Parameters

Param name Type Usage
name String case sensitive tag name to get

Returns

String : the value that were previously set by getTags or through a Sandpiper API connection

Usage / Example

    veery.getTags(name: "name")
    veery.getTags(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.