Package 

Interface OperationListenersFacade

  • All Implemented Interfaces:
    io.getstream.chat.android.client.experimental.plugin.listeners.ChannelMarkReadListener , io.getstream.chat.android.client.experimental.plugin.listeners.QueryChannelListener , io.getstream.chat.android.client.experimental.plugin.listeners.QueryChannelsListener , io.getstream.chat.android.client.experimental.plugin.listeners.SendMessageListener , io.getstream.chat.android.client.experimental.plugin.listeners.ThreadQueryListener

    
    public interface OperationListenersFacade
     implements QueryChannelsListener, QueryChannelListener, SendMessageListener, ThreadQueryListener, ChannelMarkReadListener
                        

    Facade interface of all listeners. Every plugin should implement it.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.getstream.chat.android.client.experimental.plugin.listeners.OperationListenersFacade

        onChannelMarkReadPrecondition, onGetRepliesMorePrecondition, onGetRepliesMoreRequest, onGetRepliesMoreResult, onGetRepliesPrecondition, onGetRepliesRequest, onGetRepliesResult, onMessageSendRequest, onMessageSendResult, onQueryChannelPrecondition, onQueryChannelRequest, onQueryChannelResult, onQueryChannelsPrecondition, onQueryChannelsRequest, onQueryChannelsResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait