Package io.rong.imlib
Interface NativeObject.SetChatroomKVCallback
-
- All Implemented Interfaces:
public interface NativeObject.SetChatroomKVCallback
-
-
Method Summary
Modifier and Type Method Description abstract void
OnKVComplete(int code, HashMap<String, String> failedKV)
-
-
Method Detail
-
OnKVComplete
abstract void OnKVComplete(int code, HashMap<String, String> failedKV)
-
-
-
-