Enum EntryPointFeature
EntryPointFeature
定義會議通訊外掛程式可建立的進入點功能的列舉。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
ConferenceDataService.EntryPointFeature.TOLL
。
屬性
屬性 | 類型 | 說明 |
UNKNOWN_FEATURE | Enum | 請勿使用。此處僅為相容性考量而提供預設值。 |
TOLL | Enum | 僅適用於電話號碼輸入點。撥打付費號碼的費用會由撥打方支付。號碼不能同時是付費和免付費。 |
TOLL_FREE | Enum | 僅適用於電話號碼輸入點。對於撥打方而言,撥打免付費號碼不需付費。號碼不能同時是付費和免付費。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間:2024-12-02 (世界標準時間)。"],[[["`EntryPointFeature` is an enum used to define features of conferencing add-on entry points."],["This enum includes properties like `TOLL` and `TOLL_FREE` which apply specifically to phone entry points, determining call charges for the calling party."],["`UNKNOWN_FEATURE` is present for compatibility but should not be actively used."],["The enum is called using the syntax: `ConferenceDataService.EntryPointFeature.[property]`, for example, `ConferenceDataService.EntryPointFeature.TOLL`."]]],[]]