חתימה של שיטת MeetAddonClient.closeAddon
סוגרים את התוסף שפועל ב-iframe של Meet על ידי הסרת הטעינה של כל מסגרות ה-iframe.
סגירת החלונית הצדדית אם היא פתוחה. לא תהיה השפעה אם תפעילו את הפונקציה הזו בזמן פעילות מתמשכת.
חתימה
closeAddon(): Promise<void>;
פרטים
החזרות
Promise<void>
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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"]]