Enum EntryPointFeature
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
EntryPointFeature
用于定义可通过会议插件创建的入口点功能的枚举。
若要调用枚举,您可以调用其父类、名称和属性。例如
ConferenceDataService.EntryPointFeature.TOLL。
属性
| 媒体资源 | 类型 | 说明 |
UNKNOWN_FEATURE | Enum | 请勿使用。出于兼容性原因,此处仅作为默认值。 |
TOLL | Enum | 仅适用于 PHONE 入口点。拨打收费号码的电话向主叫方收取相应费用。一个号码不能既是收费号码,又是免费号码。 |
TOLL_FREE | Enum | 仅适用于 PHONE 入口点。主叫方拨打免费电话是免费的。号码不能既是收费号码,又是免费号码。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-04-13。
[null,null,["最后更新时间 (UTC):2026-04-13。"],[],["`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"]]