Interface ZoomCCChatService

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit addListener(ZoomCCChatListener listener) Add chat service callback.
      abstract Unit removeListener(ZoomCCChatListener l) Remove chat service callback.
      abstract Integer endChat() When called, this method closes the view created by the SDK then returns to the application view.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • 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