Enum OpenAs
OpenAs
列舉可指定如何開啟網址。
用戶端可以以全尺寸視窗 (如果用戶端使用的頁框) 或重疊 (例如彈出式視窗) 開啟網址。實作情形取決於用戶端平台功能,如果用戶端不支援,系統可能會忽略指定的值。所有用戶端都支援 FULL_SIZE
。
使用 OnClose
可能會導致系統忽略 OpenAs
。如果用戶端平台無法同時支援這兩個選取的值,則以 OnClose
為優先。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
CardService.OpenAs.FULL_SIZE
。
屬性
屬性 | 類型 | 說明 |
FULL_SIZE | Enum | 在整個視窗或分頁中開啟。預設值。 |
OVERLAY | Enum | 以重疊元素開啟,例如彈出式視窗。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間: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`."]]],[]]