Enum EntryPointFeature
    
    
      
    
    
      
      透過集合功能整理內容
    
    
      
      你可以依據偏好儲存及分類內容。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
EntryPointFeature
定義會議通訊外掛程式可建立的進入點功能的列舉。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如 
ConferenceDataService.EntryPointFeature.TOLL。
 
屬性
| 屬性 | 類型 | 說明 | 
UNKNOWN_FEATURE | Enum | 請勿使用。此處僅為相容性考量而提供預設值。 | 
TOLL | Enum | 僅適用於電話號碼輸入點。撥打付費號碼的費用會由撥打方支付。號碼不能同時是付費和免付費。 | 
TOLL_FREE | Enum | 僅適用於電話號碼輸入點。對於撥打方而言,撥打免付費號碼不需付費。號碼不能同時是付費和免付費。 | 
 
 
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
  上次更新時間:2025-07-26 (世界標準時間)。
  
  
  
    
      [null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["`EntryPointFeature` is an Enum defining features for conferencing add-on entry points. It has three properties: `UNKNOWN_FEATURE` (a default for compatibility), `TOLL` (for PHONE entry points where the caller is charged), and `TOLL_FREE` (for free PHONE entry points).  A number cannot be both toll and toll-free. To access these properties use the parent class name, like this: `ConferenceDataService.EntryPointFeature.TOLL`\n"]]