Firma del metodo MeetAddonClient.closeAddon
Chiudi il componente aggiuntivo in esecuzione nell'iframe di Meet scaricando tutti gli iframe e chiudendo il riquadro laterale se è aperto. La chiamata di questo metodo mentre è in corso un'attività non ha alcun effetto.
Firma
closeAddon(): Promise<void>;
Dettagli
Resi
Promise<void>
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-10-16 UTC.
[null,null,["Ultimo aggiornamento 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"]]