HostApp
Die Google Workspace-Anwendung für ein Google Workspace-Add-on oder die Google Chat App.
Bei Add-ons die Workspace-Anwendung, über die ein Google Workspace-Add-on gestartet wird. Bei Chat-Apps ist die Host-App immer CHAT
.
Enums |
UNSPECIFIED_HOST_APP |
Google kann keine Host-App finden. |
GMAIL |
Das Add-on wird über Gmail gestartet. |
CALENDAR |
Das Add-on wird über Google Kalender gestartet. |
DRIVE |
Das Add-on wird über Google Drive gestartet. |
DEMO |
Nicht verwendet. |
DOCS |
Das Add-on wird über Google Docs gestartet. |
MEET |
Das Add-on wird über Google Meet gestartet. |
SHEETS |
Das Add-on wird über Google Tabellen gestartet. |
SLIDES |
Das Add-on wird über Google Präsentationen gestartet. |
DRAWINGS |
Das Add-on wird über Google Zeichnungen gestartet. |
CHAT |
Eine Google Chat-App. Wird nicht für Google Workspace-Add-ons verwendet. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-04 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-02-04 (UTC)."],[[["The `HostApp` enum indicates the Google Workspace application from which a Google Workspace Add-on or Google Chat app launches."],["For add-ons, the `HostApp` specifies the originating application like Gmail, Calendar, or Drive, while for Chat apps, it's always `CHAT`."],["`UNSPECIFIED_HOST_APP` is used when Google cannot identify the host app, and `DEMO` is not utilized."]]],["The content defines the host applications for Google Workspace add-ons and Google Chat apps. For add-ons, host apps include Gmail, Calendar, Drive, Docs, Meet, Sheets, Slides, and Drawings. Each of these indicates where the add-on is launched from. For Chat apps, the host app is always `CHAT`. An `UNSPECIFIED_HOST_APP` means Google can't identify the host. `DEMO` is listed but not used for either add-ons or Chat apps.\n"]]