Methodensignatur MeetAddonClient.closeAddon
Schließen Sie das Add-on, das im Meet-iFrame ausgeführt wird. Entladen Sie dazu alle iFrames und
Schließen der Seitenleiste, falls diese geöffnet ist. Wird während eines laufenden Anrufs angerufen
-Aktivität hat keine Auswirkungen.
Unterschrift
closeAddon(): Promise<void>;
Details
Gibt Folgendes zurück:
Promise<void>
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-16 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]