HostApp
Aplikasi Google Workspace untuk add-on Google Workspace atau aplikasi Google Chat.
Untuk add-on, aplikasi Workspace tempat add-on Google Workspace diluncurkan. Untuk aplikasi Chat, aplikasi host selalu CHAT
.
Enum |
UNSPECIFIED_HOST_APP |
Google tidak dapat mengidentifikasi aplikasi host. |
GMAIL |
Add-on diluncurkan dari Gmail. |
CALENDAR |
Add-on diluncurkan dari Google Kalender. |
DRIVE |
Add-on akan diluncurkan dari Google Drive. |
DEMO |
Tidak digunakan. |
DOCS |
Add-on diluncurkan dari Google Dokumen. |
MEET |
Add-on diluncurkan dari Google Meet. |
SHEETS |
Add-on diluncurkan dari Google Spreadsheet. |
SLIDES |
Add-on diluncurkan dari Google Slide. |
DRAWINGS |
Add-on diluncurkan dari Google Gambar. |
CHAT |
Aplikasi Google Chat. Tidak digunakan untuk add-on Google Workspace. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-04 UTC.
[null,null,["Terakhir diperbarui pada 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"]]