Enum OpenAs
OpenAs
指定如何打开网址的枚举。
客户端可以将网址作为完整尺寸窗口(如果客户端使用的框架就是该窗口)或叠加层(例如弹出式窗口)打开。实现方式取决于客户端平台的功能,如果客户端不支持所选值,则可以忽略该值。所有客户端均支持 FULL_SIZE
。
使用 OnClose
可能会导致 OpenAs
被忽略;如果客户端平台无法同时支持这两个选定值,则 OnClose
优先。
若要调用枚举,您可以调用其父类、名称和属性。例如
CardService.OpenAs.FULL_SIZE
。
属性
媒体资源 | 类型 | 说明 |
FULL_SIZE | Enum | 在全屏窗口或标签页中打开。默认此值。 |
OVERLAY | Enum | 以叠加层(例如弹出式窗口)的形式打开。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`OpenAs` is an enum used to specify how a URL should be opened by the client, either as a full-size window or an overlay."],["While `FULL_SIZE` is supported by all clients, `OVERLAY` support depends on the client platform and might be ignored."],["Using `OnClose` may take precedence over `OpenAs`, potentially causing the chosen opening method to be disregarded if the client platform has limitations."],["To utilize this enum in your code, use the syntax: `CardService.OpenAs.FULL_SIZE` or `CardService.OpenAs.OVERLAY`."]]],[]]