Interface OnChatMessagesSync

All Superinterfaces:
Listener

public interface OnChatMessagesSync extends Listener
  • Method Details

    • onChatMessagesSync

      void onChatMessagesSync(Chat chat, boolean last)
      Called when the socket receives the recent message for a chat
      Specified by:
      onChatMessagesSync in interface Listener
      Parameters:
      chat - the chat
      last - whether the messages in this chat are complete or there are more coming