Package io.rong.imlib
        Interface IRongCoreCallback.CreateGroupCallback
- 
                    
                    - All Implemented Interfaces:
 
 public interface IRongCoreCallback.CreateGroupCallback
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonSuccess(IRongCoreEnum.CoreErrorCode processCode)abstract voidonError(IRongCoreEnum.CoreErrorCode errorCode, String errorData)Called when a failure occurs. voidonFail(int code, String errorData)voidonFail(IRongCoreEnum.CoreErrorCode code, String errorData)voidonCallback(int code)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onSuccessabstract void onSuccess(IRongCoreEnum.CoreErrorCode processCode) 
 - 
                                        onErrorabstract void onError(IRongCoreEnum.CoreErrorCode errorCode, String errorData) Called when a failure occurs. - Parameters:
- errorCode- Indicates the error code that describes the cause of the failure.
- errorData- Specifies additional information associated with the error code.
 
 - 
                                        onFailvoid onFail(int code, String errorData) 
 - 
                                        onFailvoid onFail(IRongCoreEnum.CoreErrorCode code, String errorData) 
 - 
                                        onCallbackvoid onCallback(int code) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-