Package io.rong.imlib
        Enum IRongCoreEnum.PushLanguage
- 
                    
                    - All Implemented Interfaces:
 
 public enum IRongCoreEnum.PushLanguage远程推送语言类型 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description static IRongCoreEnum.PushLanguagevalueOf(int code)static Array<IRongCoreEnum.PushLanguage>values()Returns an array containing the constants of this enum type, in the order they're declared. static IRongCoreEnum.PushLanguagevalueOf(String name)Returns the enum constant of this type with the specified name. intgetValue()获取语言值 voidsetValue(int value)StringgetMsg()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        valueOfstatic IRongCoreEnum.PushLanguage valueOf(int code) 
 - 
                                        valuesstatic Array<IRongCoreEnum.PushLanguage> values() Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants. - Returns:
- an array containing the constants of this enum type, in the order they're declared 
 
 - 
                                        valueOfstatic IRongCoreEnum.PushLanguage valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) - Returns:
- the enum constant with the specified name 
 
 - 
                                        getValueint getValue() 获取语言值 - Returns:
- 语言值 
 
 - 
                                        setValuevoid setValue(int value) 
 - 
                                        getMsgString getMsg() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-