Package io.rong.imlib

Class RongIMClient.OnReceiveMessageWrapperListener

  • All Implemented Interfaces:

    
    public abstract class RongIMClient.OnReceiveMessageWrapperListener
    
                        

    Listener for receiving messages. Note: Switch threads to handle time-consuming operations.

    This interface can replace OnReceiveMessageListener to address the issue of frequent UI refreshes when receiving a large number of messages. The interface returns the `left` and `hasPackage` parameters, which can be used together to determine when all offline messages have been fetched.

    • 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