Package io.rong.push.pushconfig
        Class PushConfigCenter
- 
                    
                    - All Implemented Interfaces:
 
 public class PushConfigCenterThe primary management class for push notification initialization configuration 
- zoulu 
 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description PushConfigCenter()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description List<PushType>getPreferPushType(Context context, PushConfig pushConfig)Get the appropriate push notification type based on the device model and user's enabled push notification type booleanisNeedReportToken(Context context, PushType pushType, String token)// Determine whether token upload is required static StringgetToken(List<TokenBean> list, PushType type)static voidupdateTokenBean(List<TokenBean> list, PushType type, String token)static List<TokenBean>updateTokenBeanReport(List<TokenBean> list, Map<String, String> failMap)static booleancontainsType(List<TokenBean> list, PushType type)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getPreferPushTypeList<PushType> getPreferPushType(Context context, PushConfig pushConfig) Get the appropriate push notification type based on the device model and user's enabled push notification type 
 - 
                                        isNeedReportTokenboolean isNeedReportToken(Context context, PushType pushType, String token) // Determine whether token upload is required 
 - 
                                        getTokenstatic String getToken(List<TokenBean> list, PushType type) 
 - 
                                        updateTokenBeanstatic void updateTokenBean(List<TokenBean> list, PushType type, String token) 
 - 
                                        updateTokenBeanReportstatic List<TokenBean> updateTokenBeanReport(List<TokenBean> list, Map<String, String> failMap) 
 - 
                                        containsTypestatic boolean containsType(List<TokenBean> list, PushType type) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-