HostApp
Google Workspace 부가기능 또는 Google Chat 앱의 Google Workspace 애플리케이션입니다.
부가기능의 경우 Google Workspace 부가기능이 실행되는 Workspace 애플리케이션입니다. Chat 앱의 경우 호스트 앱은 항상 CHAT
입니다.
열거형 |
UNSPECIFIED_HOST_APP |
Google에서 호스트 앱을 식별할 수 없습니다. |
GMAIL |
Gmail에서 부가기능이 실행됩니다. |
CALENDAR |
부가기능이 Google Calendar에서 실행됩니다. |
DRIVE |
Google Drive에서 부가기능이 실행됩니다. |
DEMO |
사용되지 않음. |
DOCS |
Google Docs에서 부가기능이 실행됩니다. |
MEET |
Google Meet에서 부가기능이 실행됩니다. |
SHEETS |
부가기능은 Google Sheets에서 실행됩니다. |
SLIDES |
부가기능은 Google Slides에서 실행됩니다. |
DRAWINGS |
부가기능은 Google 드로잉에서 실행됩니다. |
CHAT |
Google Chat 앱입니다. Google Workspace 부가기능에는 사용되지 않습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-04(UTC)
[null,null,["최종 업데이트: 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"]]