Package io.rong.imlib
        Interface IRongCoreCallback.IGetBatchRemoteUltraGroupMessageCallback
- 
                    
                    - All Implemented Interfaces:
 
 public interface IRongCoreCallback.IGetBatchRemoteUltraGroupMessageCallback
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonSuccess(List<Message> matchedMsgList, List<Message> notMatchedMsgList)abstract voidonError(IRongCoreEnum.CoreErrorCode errorCode)voidcallback(List<Message> matchedMsgList, List<Message> notMatchedMsgList)voidonFail(IRongCoreEnum.CoreErrorCode errorCode)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onSuccessabstract void onSuccess(List<Message> matchedMsgList, List<Message> notMatchedMsgList) 
 - 
                                        onErrorabstract void onError(IRongCoreEnum.CoreErrorCode errorCode) 
 - 
                                        callbackvoid callback(List<Message> matchedMsgList, List<Message> notMatchedMsgList) 
 - 
                                        onFailvoid onFail(IRongCoreEnum.CoreErrorCode errorCode) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-