TIMMessagePriority Constants Reference
Declared in | TIMComm.h |
---|
TIMMessagePriority
消息优先级标识
Definition
typedef NS_ENUM(NSInteger, TIMMessagePriority ) {
TIM_MSG_PRIORITY_HIGH = 1,
TIM_MSG_PRIORITY_NORMAL = 2,
TIM_MSG_PRIORITY_LOW = 3,
TIM_MSG_PRIORITY_LOWEST = 4,
};
Constants
Declared In
TIMComm.h