Package io.rong.imlib
Enum RongIMClient.PushLanguage
-
- All Implemented Interfaces:
public enum RongIMClient.PushLanguageRemote Notification Language Type
-
-
Method Summary
Modifier and Type Method Description static RongIMClient.PushLanguagevalueOf(int code)static Array<RongIMClient.PushLanguage>values()Returns an array containing the constants of this enum type, in the order they're declared. static RongIMClient.PushLanguagevalueOf(String name)Returns the enum constant of this type with the specified name. intgetValue()Get the language value voidsetValue(int value)StringgetMsg()-
-
Method Detail
-
valueOf
static RongIMClient.PushLanguage valueOf(int code)
-
values
static Array<RongIMClient.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
-
valueOf
static RongIMClient.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
-
getValue
int getValue()
Get the language value
- Returns:
The language value
-
setValue
void setValue(int value)
-
getMsg
String getMsg()
-
-
-
-