Package io.rong.imlib.model
Enum SubscribeEvent.SubscribeType
-
- All Implemented Interfaces:
public enum SubscribeEvent.SubscribeType订阅类型
-
-
Field Summary
Fields Modifier and Type Field Description public inttype
-
Enum Constant Summary
Enum Constants Enum Constant Description ONLINE_STATUS订阅在线状态
USER_PROFILE订阅用户信息变更(用户信息)
FRIEND_ONLINE_STATUS好友在线状态(好友无需主动订阅)
FRIEND_USER_PROFILE好友用户信息变更(好友无需主动订阅)
-
Method Summary
Modifier and Type Method Description static SubscribeEvent.SubscribeTypevalueOf(int type)static Array<SubscribeEvent.SubscribeType>values()Returns an array containing the constants of this enum type, in the order they're declared. static SubscribeEvent.SubscribeTypevalueOf(String name)Returns the enum constant of this type with the specified name. intgetType()-
-
Method Detail
-
valueOf
static SubscribeEvent.SubscribeType valueOf(int type)
-
values
static Array<SubscribeEvent.SubscribeType> 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 SubscribeEvent.SubscribeType 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
-
getType
int getType()
-
-
-
-