메서드 서명 MeetMainStageClient.unloadSidePanel
측면 패널 iframe을 닫습니다. 메서드가 호출될 때 측면 패널 부가기능 상태는 Meet 내에서 유지되지 않습니다. 예를 들어 loadSidePanel
호출을 사용하여 측면 패널 iframe이 다시 열리면 측면 패널 iframe 소스 URL이 부가기능 매니페스트의 원래 값으로 설정됩니다.
이 메서드가 호출되기 전에 부가기능 백엔드에 부가기능 상태를 유지하는 것은 부가기능에 달려 있습니다.
서명
unloadSidePanel(): Promise<void>;
세부정보
반환 값
Promise<void>
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-14(UTC)
[null,null,["최종 업데이트: 2024-10-14(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"]]