MeetAddonClient.closeAddon yöntemi imzası
Tüm iframe'leri boşaltarak ve açıksa yan paneli kapatarak Meet iframe'inde çalışan eklentiyi kapatın. Devam eden bir çağrı varken arama yapılıyor
işleminin hiçbir etkisi yoktur.
İmza
closeAddon(): Promise<void>;
Ayrıntılar
İadeler
Promise<void>
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-16 UTC.
[null,null,["Son güncelleme tarihi: 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"]]