方法签名 MeetAddonClient.getFrameOpenReason
检索导致打开插件框架的操作。
签名
getFrameOpenReason(): Promise<FrameOpenReason>;
详细信息
返回
Promise<FrameOpenReason>
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["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"]]