HostApp
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Workspace ऐड-ऑन या Google Chat ऐप्लिकेशन के लिए Google Workspace ऐप्लिकेशन.
ऐड-ऑन के लिए, वह Workspace ऐप्लिकेशन जिससे Google Workspace ऐड-ऑन लॉन्च होता है. चैट ऐप्लिकेशन के लिए, होस्ट ऐप्लिकेशन हमेशा CHAT
होता है.
Enums |
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 Drawings से लॉन्च होता है. |
CHAT |
Google Chat ऐप्लिकेशन. इसका इस्तेमाल, Google Workspace के ऐड-ऑन के लिए नहीं किया जाता. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003eHostApp\u003c/code\u003e enum indicates the Google Workspace application from which a Google Workspace Add-on or Google Chat app launches.\u003c/p\u003e\n"],["\u003cp\u003eFor add-ons, the \u003ccode\u003eHostApp\u003c/code\u003e specifies the originating application like Gmail, Calendar, or Drive, while for Chat apps, it's always \u003ccode\u003eCHAT\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNSPECIFIED_HOST_APP\u003c/code\u003e is used when Google cannot identify the host app, and \u003ccode\u003eDEMO\u003c/code\u003e is not utilized.\u003c/p\u003e\n"]]],["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"],null,["# HostApp\n\nThe Google Workspace application for a Google Workspace add-on or Google Chat app.\n\nFor add-ons, the Workspace application from which a Google Workspace add-on launches. For Chat apps, the host app is always `CHAT`.\n\n| Enums ||\n|------------------------|-----------------------------------------------------------|\n| `UNSPECIFIED_HOST_APP` | Google can't identify a host app. |\n| `GMAIL` | The add-on launches from Gmail. |\n| `CALENDAR` | The add-on launches from Google Calendar. |\n| `DRIVE` | The add-on launches from Google Drive. |\n| `DEMO` | Not used. |\n| `DOCS` | The add-on launches from Google Docs. |\n| `MEET` | The add-on launches from Google Meet. |\n| `SHEETS` | The add-on launches from Google Sheets. |\n| `SLIDES` | The add-on launches from Google Slides. |\n| `DRAWINGS` | The add-on launches from Google Drawings. |\n| `CHAT` | A Google Chat app. Not used for Google Workspace add-ons. |"]]