Enum OnClose
OnClose
一个枚举,用于指定在通过 OpenLink
打开的网址关闭时执行的操作。
打开链接后,客户端会忘记该链接,或者等到窗口关闭。具体实现取决于客户端平台功能。OnClose
可能会导致 OpenAs
被忽略;如果客户端平台无法同时支持所选的两个值,则 OnClose
优先。
如需调用枚举,您可以调用其父类、名称和属性。例如
CardService.OnClose.RELOAD
。
属性
属性 | 类型 | 说明 |
NOTHING | Enum | 关闭时不执行任何操作。默认。 |
RELOAD | Enum | 在窗口关闭时重新加载该插件。
如果还设置了 OpenAs.OVERLAY ,则主卡片会被屏蔽,直到叠加窗口关闭且插件重新加载完毕为止。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`OnClose` is an enum used within `OpenLink` to specify an action taken when the opened URL is closed by the user."],["It offers options like `NOTHING` (default) and `RELOAD` to reload the add-on upon closing the URL, with `RELOAD` potentially blocking the main card if used with `OpenAs.OVERLAY`."],["Although previously available, the `RELOAD_ADD_ON` option is now deprecated and should not be used in new developments."]]],[]]