Skip to main content

🏷️ Tags

Gleap allows you to set tags with every feedback item sent from the SDK. To set tags, simply pass an array of Strings to the setTags method of the SDK.

Set tags

Set tags to be sent with every feedback item.

Gleap.setTags(["iOS", "Subscribed"])

If you want to update or remove the tags, simply call the method with the updated string array.