MeetAddonClient.closeAddon में तरीके का हस्ताक्षर
सभी iframe को अनलोड करके, Meet iframe में चल रहे ऐड-ऑन को बंद करें और
अगर साइड पैनल खुला है, तो उसे बंद कर दें. किसी चल रही बातचीत के दौरान, इस कॉल को कॉल किया जा रहा है
गतिविधि से कोई असर नहीं पड़ता.
हस्ताक्षर
closeAddon(): Promise<void>;
विवरण
रिटर्न
Promise<void>
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-16 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-16 (UTC) को अपडेट किया गया."],[[["`closeAddon()` is a function that closes the add-on running within a Google Meet iframe by unloading iframes and closing the side panel, if open."],["Calling `closeAddon()` during an ongoing activity within the add-on will not have any effect."],["This function is optional and does not require any parameters, ultimately returning a promise that resolves when the operation is complete."]]],["The `closeAddon()` function unloads all iframes within the Meet iframe and closes the side panel if it is open, effectively closing the add-on. It returns a Promise that resolves when the action is complete. The function has no effect if there is an ongoing activity. It does not take any parameters and is not optional.\n"]]