Enum SelectionInputType
SelectionInputType
使用者可選擇的項目格式。不同選項支援不同類型的互動。舉例來說,使用者可以勾選多個核取方塊,但只能從下拉式選單中選取一個項目。
每項選擇輸入都支援一種選擇類型。舉例來說,系統不支援混合勾選方塊和切換按鈕。
適用於 Google Chat 應用程式和 Google Workspace 外掛程式。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
CardService.SelectionInput.CHECK_BOX
。
屬性
屬性 | 類型 | 說明 |
CHECK_BOX | Enum | 核取方塊輸入樣式。預設值。 |
RADIO_BUTTON | Enum | 圓形按鈕輸入樣式。最多只能選取群組中的一個項目。 |
DROPDOWN | Enum | 下拉式選單選取輸入樣式。 |
SWITCH | Enum | 一組外接切換裝置。使用者可以啟用一或多個切換按鈕。 |
MULTI_SELECT | Enum | 靜態或動態資料的複選選單。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-04-22 (世界標準時間)。
[null,null,["上次更新時間:2024-04-22 (世界標準時間)。"],[[["`SelectionInputType` dictates how users interact with selectable items, such as choosing single or multiple options through checkboxes, radio buttons, dropdowns, switches, or multi-select menus."],["Each selection input element supports a single selection type, and combining different types like checkboxes and switches within the same element is not allowed."],["This feature is available for use in Google Chat apps and Google Workspace Add-ons."],["To specify a selection type, use the `CardService.SelectionInput` enum followed by the desired property, for instance, `CardService.SelectionInput.CHECK_BOX` for checkboxes."]]],[]]