getCommunicationMode()
Note: This API is supported from version 6.5.0.
The getCommunicationMode() API fetches the currently configured communication mode in the system.
Returns
- CommunicationMode: The active communication mode. Returns null if no mode is set.
Example
CopiedCommunicationMode? communicationMode = await ZohoSalesIQ.getCommunicationMode();