Enum EntryPointFeature
EntryPointFeature
列舉項目,定義會議外掛程式可建立的進入點功能。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
ConferenceDataService.EntryPointFeature.TOLL
。
屬性
屬性 | 類型 | 說明 |
UNKNOWN_FEATURE | Enum | 請勿使用。此為基於相容性考量的預設值。 |
TOLL | Enum | 僅適用於 PHONE 進入點。撥打免付費號碼的通話是向來電者收費。電話號碼不能同時是付費和免費電話。 |
TOLL_FREE | Enum | 僅適用於 PHONE 進入點。通話方可以免費撥打免付費號碼。電話號碼不能同時是付費電話。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-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`."]]],[]]