toggle menu
Android-IMLib-SDK
0.0.1
io.rong.imlib
switch theme
search in API
Android-IMLib-SDK
/
io.rong.imlib
/
RongIMClient
/
KVStatusListener
KVStatus
Listener
public
interface
KVStatusListener
Listens for changes in chatroom KV status
Members
Functions
on
Chat
Room
KVRemove
Link copied to clipboard
public
abstract
void
onChatRoomKVRemove
(
String
roomId
,
Map
<
String
,
String
>
chatRoomKvMap
)
KV deleted
on
Chat
Room
KVSync
Link copied to clipboard
public
abstract
void
onChatRoomKVSync
(
String
roomId
)
KV synchronization with the server is completed after successfully joining the chatroom.
on
Chat
Room
KVUpdate
Link copied to clipboard
public
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)