[Update] Bug fixes and performance enhancements.

This commit is contained in:
std-s
2023-08-18 19:44:18 +08:00
parent de8c192055
commit 642cc61a2e
6 changed files with 14 additions and 4 deletions

View File

@@ -8,4 +8,9 @@ public class OnUserListener implements open_im_sdk_callback.OnUserListener {
public void onSelfInfoUpdated(String s) {
CommonUtil.emitEvent("userListener", "onSelfInfoUpdated", s);
}
@Override
public void onUserStatusChanged(String s) {
CommonUtil.emitEvent("userListener", "onUserStatusChanged", s);
}
}