0

I have create simple gmail addon using google script,in that i have struggle here,

i have used UserProperties,the problem is, i have store some user level script values.while uninstall addon,we need remove UserProperties

Thanks in advance

Robert
  • 3,373
  • 1
  • 18
  • 34

1 Answers1

2

I do not think there is an uninstall event. According to the docs it is not listed in the Add-on lifecycle or the list add-on triggers.

https://developers.google.com/apps-script/add-ons/lifecycle

Spencer Easton
  • 5,642
  • 1
  • 16
  • 25