Enum EntryPointFeature
EntryPointFeature
Enum yang menentukan fitur titik entri yang dapat dibuat oleh add-on konferensi.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
ConferenceDataService.EntryPointFeature.TOLL
.
Properti
Properti | Jenis | Deskripsi |
UNKNOWN_FEATURE | Enum | Jangan gunakan. Berikut hanya sebagai nilai default karena alasan kompatibilitas. |
TOLL | Enum | Hanya berlaku untuk titik entri PHONE. Panggilan ke nomor pulsa dikenai biaya oleh pihak panggilan. Sebuah
nomor tidak boleh bebas pulsa dan bebas pulsa secara bersamaan. |
TOLL_FREE | Enum | Hanya berlaku untuk titik entri PHONE. Untuk penelepon, panggilan ke nomor bebas pulsa tidak dikenai biaya. Nomor tidak boleh bebas pulsa dan bebas pulsa secara bersamaan. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-02 UTC.
[null,null,["Terakhir diperbarui pada 2023-12-02 UTC."],[[["`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`."]]],[]]