পদ্ধতি স্বাক্ষর MeetMainStageClient.unloadSidePanel
সাইড প্যানেল আইফ্রেম বন্ধ করে। মনে রাখবেন যে মেথড কল করার সময় Meet-এর মধ্যে সাইড প্যানেলের অ্যাড-অন অবস্থা বজায় থাকে না। যদি সাইড প্যানেল iframe আবার খোলা হয়, উদাহরণস্বরূপ loadSidePanel
এ একটি কল ব্যবহার করে, সাইড প্যানেল iframe সোর্স URL অ্যাড-অন ম্যানিফেস্ট থেকে তার আসল মান সেট করা হয়। এই পদ্ধতিটি কল করার আগে অ্যাড-অন ব্যাকএন্ডে যেকোন অ্যাড-অন অবস্থা বজায় রাখা অ্যাড-অনের উপর নির্ভর করে।
স্বাক্ষর
unloadSidePanel(): Promise<void>;
বিস্তারিত
রিটার্নস
Promise<void>
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Calling `unloadSidePanel` closes the side panel in Google Meet, but any add-on-specific data within the side panel is not saved."],["Reopening the side panel using `loadSidePanel` will revert the side panel's content back to its original state defined in the add-on manifest."],["Add-ons should save any necessary data to their backend before `unloadSidePanel` is called to ensure data persistence."],["`unloadSidePanel` returns a `Promise` that resolves when the side panel has been successfully closed."]]],["The `unloadSidePanel` method closes the side panel iframe in Meet. Calling this method does not retain the side panel's state. Reopening the side panel resets its URL to the original value from the add-on manifest. Add-ons must persist their state in their backend before invoking `unloadSidePanel`. The method returns a promise that resolves when the operation is complete. This function is not optional.\n"]]