Get Tags
API reference for retrieving tags in Luciq. Programmatically get the current set of tags attached to reports for the active user session.
let tags = Luciq.getTags()NSString *tags = [Luciq getTags];Luciq.getTags();Luciq.getTags();Luciq.getTags(function (tags) {
// `tags` is the returned values
});Luciq.getTags();Last updated