unbindResponse abstract method

void unbindResponse(
  1. ChatroomResponse response
)

Description Unbind the listener.

Param response: ChatResponseListener

Implementation

void unbindResponse(ChatroomResponse response);