메서드 서명 MeetAddonClient.getFrameOpenReason
부가기능 프레임이 열리는 작업을 검색합니다.
서명
getFrameOpenReason(): Promise<FrameOpenReason>;
세부정보
반환 값
Promise<FrameOpenReason>
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-15(UTC)
[null,null,["최종 업데이트: 2024-10-15(UTC)"],[[["Retrieves the reason the add-on frame was opened."],["Returns a promise that resolves to a FrameOpenReason object."],["Can be used to determine why the add-on frame is currently open."]]],["This document details the `getFrameOpenReason` function. This function retrieves the reason why an add-on frame was opened. It returns a Promise that resolves to a `FrameOpenReason` object. The function is mandatory to be implemented and it is used to understand the initiating action behind the frame's creation.\n"]]