Package io.rong.imlib

Interface IRongCoreCallback.RefreshReferenceMessageCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onLocalMessageBlock(List<MessageResult> msgList) 本地存在的消息回调
      abstract void onRemoteMessageBlock(List<MessageResult> msgList) 部分不存在,从远端请求的消息回调
      abstract void onError(IRongCoreEnum.CoreErrorCode errorCode) 失败回调。
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onLocalMessageBlock

         abstract void onLocalMessageBlock(List<MessageResult> msgList)

        本地存在的消息回调

      • onRemoteMessageBlock

         abstract void onRemoteMessageBlock(List<MessageResult> msgList)

        部分不存在,从远端请求的消息回调