Package us.zoom.contactscenter.api
Interface ZoomCCChatService
-
- All Implemented Interfaces:
-
us.zoom.contactscenter.api.ZoomCCService
public interface ZoomCCChatService implements ZoomCCService
Chat service api
-
-
Method Summary
Modifier and Type Method Description abstract UnitaddListener(ZoomCCChatListener listener)Add chat service callback. abstract UnitremoveListener(ZoomCCChatListener l)Remove chat service callback. abstract IntegerendChat()When called, this method closes the view created by the SDK then returns to the application view. -
-
Method Detail
-
addListener
abstract Unit addListener(ZoomCCChatListener listener)
Add chat service callback.
- Parameters:
listener- Chat service callback.
-
removeListener
abstract Unit removeListener(ZoomCCChatListener l)
Remove chat service callback.
- Parameters:
l- Chat service callback.
-
endChat
abstract Integer endChat()
When called, this method closes the view created by the SDK then returns to the application view. The service instances created inside ZoomCCSDK are released after this method is called.
- Returns:
succeed if return 0
-
-
-
-