Package io.rong.imlib
        Class IRongCoreCallback.SendImageMessageCallback
- 
                    
                    - All Implemented Interfaces:
 
 public abstract class IRongCoreCallback.SendImageMessageCallback extends IRongCoreCallback.SendMessageCallback Callback triggered when an image message is sent. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description IRongCoreCallback.SendImageMessageCallback()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonAttached(Message message)The message has been saved to the database. abstract voidonError(Message message, IRongCoreEnum.CoreErrorCode code)Message sending failed. abstract voidonSuccess(Message message)Message sent successfully. abstract voidonProgress(Message message, int progress)Message sending progress. voidonSuccess(Integer integer)Callback triggered upon success. voidonError(Integer messageId, IRongCoreEnum.CoreErrorCode e)- 
                                            
                                        
                                            Methods inherited from class io.rong.imlib.IRongCoreCallback.SendMessageCallbackonError, onFail, onFail, onFail, onFail
- 
                                            
                                        
                                            Methods inherited from class io.rong.imlib.IRongCoreCallback.ResultCallbackonCallback, onFail, onFail
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onAttachedabstract void onAttached(Message message) The message has been saved to the database. - Parameters:
- message- The message object after being saved.
 
 - 
                                        onErrorabstract void onError(Message message, IRongCoreEnum.CoreErrorCode code) Message sending failed. - Parameters:
- message- The message entity that failed to send.
- code- The error code indicating the failure.
 
 - 
                                        onSuccessabstract void onSuccess(Message message) Message sent successfully. - Parameters:
- message- The message entity that was successfully sent.
 
 - 
                                        onProgressabstract void onProgress(Message message, int progress) Message sending progress. - Parameters:
- message- The message object being sent.
- progress- The progress of message sending, ranging from 0 to 100.
 
 - 
                                        onSuccessvoid onSuccess(Integer integer) Callback triggered upon success. 
 - 
                                        onErrorvoid onError(Integer messageId, IRongCoreEnum.CoreErrorCode e) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-