Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
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.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["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`."]]],[]]