Package io.rong.push.pushconfig
        Interface IPushConfigObserver
- 
                    
                    - All Implemented Interfaces:
 
 public interface IPushConfigObserver
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract voidonGetServerInfo()abstract voidonSuccess(PushType pushType)abstract voidonError(PushErrorCode code)abstract voidonFail(PushType pushType, PushErrorCode code)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onGetServerInfoabstract void onGetServerInfo() 
 - 
                                        onSuccessabstract void onSuccess(PushType pushType) 
 - 
                                        onErrorabstract void onError(PushErrorCode code) 
 - 
                                        onFailabstract void onFail(PushType pushType, PushErrorCode code) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-