Package io.rong.imlib

Interface RongIMClient.KVStatusListener

    • 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 onChatRoomKVSync(String roomId) KV synchronization with the server is completed after successfully joining the chatroom.
      abstract void onChatRoomKVUpdate(String roomId, Map<String, String> chatRoomKvMap) KV is added or modified (including the completion of all KV callbacks after successfully joining the chatroom)
      abstract void onChatRoomKVRemove(String roomId, Map<String, String> chatRoomKvMap) KV deleted
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onChatRoomKVSync

         abstract void onChatRoomKVSync(String roomId)

        KV synchronization with the server is completed after successfully joining the chatroom.

        Parameters:
        roomId - The ID of the chatroom.
      • onChatRoomKVUpdate

         abstract void onChatRoomKVUpdate(String roomId, Map<String, String> chatRoomKvMap)

        KV is added or modified (including the completion of all KV callbacks after successfully joining the chatroom)

        Parameters:
        roomId - The ID of the chatroom
        chatRoomKvMap - The KV that has changed
      • onChatRoomKVRemove

         abstract void onChatRoomKVRemove(String roomId, Map<String, String> chatRoomKvMap)

        KV deleted

        Parameters:
        roomId - Chatroom ID
        chatRoomKvMap - The deleted KV