Interface OnDataChangeEnhancedListener
-
- All Implemented Interfaces:
public interface OnDataChangeEnhancedListener<T>数据监听 Listener
- Since:
5.12.0
rongcloud
-
-
Method Summary
Modifier and Type Method Description voidonDataError(CoreErrorCode coreErrorCode, String errorMsg)回调执行错误 voidonDataError(CoreErrorCode coreErrorCode, List<String> errorMsgs)回调执行错误 -
-
Method Detail
-
onDataError
void onDataError(CoreErrorCode coreErrorCode, String errorMsg)
回调执行错误
- Parameters:
coreErrorCode- 错误errorMsg- 错误信息
-
onDataError
void onDataError(CoreErrorCode coreErrorCode, List<String> errorMsgs)
回调执行错误
- Parameters:
coreErrorCode- 错误errorMsgs- 错误信息
-
-
-
-