Zoho SalesIQ Calls Delegate
The Mobilisten iOS SDK provides a delegate for various event callbacks to help developers track app users' actions.
Note: This API is supported from version 10.0.0.
Implementation
To start receiving various events within the Mobilisten, your class must conform to the ZohoSalesIQCallDelegate protocol. Then, set an instance of your class to the ZohoSalesIQCallDelegate property to set your class as the delegate.
Supported event callbacks
Method | Invoked when |
queuePositionDidChange | the queue position of a user changes. |
callStateDidChange | there is a change in the state of an active call. (Note: This callback is invoked only when a call is in progress.) |
callScreenDidAppear | the call screen is displayed for the first time. |
callScreenDidDisappear | the call screen is closed or dismissed. |
callScreenDidEnterPiPMode | the call screen enters Picture-in-Picture (PiP) mode. |
callScreenDidEnterFullScreenMode | the call screen switches to full-screen mode. |
Setting the delegate
Copied
Implementation
Copied