Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Gmail Appscript 清单中,我们可以配置将显示在所有卡片中的通用操作。有什么办法可以隐藏特定卡片上的内容。
例如:- 我只想在特定卡片上显示它们
我设法找到了解决方案
我们可以向卡片添加一个动作,如下所示,它将出现在更多选项中
CardBuilder.addCardAction(CardService.newCardAction().setText("test").setOnClickAction(CardService.newAction().setFunctionName("test")));