我最近开始收到一些来自用户的报告,这些报告最近停止工作,但仅限于移动设备。通过将 onGmailInsertCat 更改为
function onGmailInsertCat(e) {
return CardService.newActionResponseBuilder()
.setNotification(CardService.newNotification()
.setText("notificationText")
.setType(CardService.NotificationType.INFO))
.build(); // Don't forget to build the response!
}
在桌面上显示一条通知,但在移动设备上没有任何反应。当我退回一张新卡时,我看到了类似的结果。是否还有办法在移动/iOS gmail 上退回新卡?