Package io.rong.imlib.chatroom.message
Enum ChatRoomKVNotiMessage.NotificationType
-
- All Implemented Interfaces:
public enum ChatRoomKVNotiMessage.NotificationType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TYPE_SET_KEYTYPE_DELETE_KEY
-
Method Summary
Modifier and Type Method Description static ChatRoomKVNotiMessage.NotificationTypevalueOf(int value)static Array<ChatRoomKVNotiMessage.NotificationType>values()Returns an array containing the constants of this enum type, in the order they're declared. static ChatRoomKVNotiMessage.NotificationTypevalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
valueOf
static ChatRoomKVNotiMessage.NotificationType valueOf(int value)
-
values
static Array<ChatRoomKVNotiMessage.NotificationType> 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 ChatRoomKVNotiMessage.NotificationType 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
-
-
-
-