HostApp
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google Workspace অ্যাড-অন বা Google Chat অ্যাপের জন্য Google Workspace অ্যাপ্লিকেশন।
অ্যাড-অনগুলির জন্য, ওয়ার্কস্পেস অ্যাপ্লিকেশন যেখান থেকে একটি Google Workspace অ্যাড-অন লঞ্চ হয়। চ্যাট অ্যাপের জন্য, হোস্ট অ্যাপটি সবসময় CHAT
হয়।
Enums |
---|
UNSPECIFIED_HOST_APP | গুগল একটি হোস্ট অ্যাপ্লিকেশন সনাক্ত করতে পারে না. |
GMAIL | অ্যাড-অনটি Gmail থেকে চালু হয়। |
CALENDAR | অ্যাড-অনটি গুগল ক্যালেন্ডার থেকে লঞ্চ হয়৷ |
DRIVE | অ্যাড-অনটি গুগল ড্রাইভ থেকে লঞ্চ হয়। |
DEMO | ব্যবহার করা হয়নি। |
DOCS | অ্যাড-অনটি Google ডক্স থেকে লঞ্চ হয়৷ |
MEET | Google Meet থেকে অ্যাড-অন লঞ্চ হয়। |
SHEETS | অ্যাড-অনটি Google পত্রক থেকে লঞ্চ হয়৷ |
SLIDES | অ্যাড-অনটি Google স্লাইড থেকে লঞ্চ হয়৷ |
DRAWINGS | অ্যাড-অনটি Google অঙ্কন থেকে লঞ্চ হয়৷ |
CHAT | একটি Google Chat অ্যাপ। Google Workspace অ্যাড-অনগুলির জন্য ব্যবহার করা হয় না। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
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. |"]]