Package io.rong.push.pushconfig
        Class PushRequestManager
- 
                    
                    - All Implemented Interfaces:
 
 public class PushRequestManagerManages network requests for push notification initialization configuration. 
- zoulu 
 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfacePushRequestManager.IGetServerInfoCallbackpublic interfacePushRequestManager.ISetPushTokenResultCallback
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description PushRequestManager(Context context, PushConfig pushConfig)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description voidreportToken(List<TokenBean> tokenList, String area, PushRequestManager.ISetPushTokenResultCallback callback, long configId)Report token voidgetPushServerInfo(PushRequestManager.IGetServerInfoCallback callback, long configId)Obtain the server address for reporting token - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        reportTokenvoid reportToken(List<TokenBean> tokenList, String area, PushRequestManager.ISetPushTokenResultCallback callback, long configId) Report token 
 - 
                                        getPushServerInfovoid getPushServerInfo(PushRequestManager.IGetServerInfoCallback callback, long configId) Obtain the server address for reporting token 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-