Search code examples
gmail-addons

GmailClientAction in CardService


I just noticed a GmailClientAction that is returned by CardService.newGmailClientAction() and for which I cannot find any reference in the docs.

Does anybody for what and how to use this GmailClientActions?

Cheers.


Solution

  • There are 2 functions: setOpenChat, setReloadTask in the client actions. Currently, there is no implementation given for those functionality.

    Openchat action is to open chat for the current conversation. ReloadTask is to reload the current mail view.