Package io.rong.imlib

Class RongIMClient.OnReceiveMessageWrapperListener

  • All Implemented Interfaces:

    
    public abstract class RongIMClient.OnReceiveMessageWrapperListener
    
                        

    接收消息的监听器。 注意:请切换线程,处理耗时操作。

    此接口可以替换 OnReceiveMessageListener 用于解决接收大量消息时,界面频繁刷新问题。 该接口会返回 left 和 hasPackage 参数,两者可以配合使用判断何时拉取完离线消息。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • RongIMClient.OnReceiveMessageWrapperListener

        RongIMClient.OnReceiveMessageWrapperListener()
    • Method Detail