Package io.rong.imlib
        Class IRongCoreCallback.DownloadMediaCallback
- 
                    
                    - All Implemented Interfaces:
 
 public abstract class IRongCoreCallback.DownloadMediaCallback extends IRongCoreCallback.ResultCallback<T> Callback for file download. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description IRongCoreCallback.DownloadMediaCallback()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonProgress(int progress)Download progress. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onProgressabstract void onProgress(int progress) Download progress. - Parameters:
- progress- Indicates the progress value, ranging from 0 to 100.
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-