JMSGChatRoomEventType Constants Reference
Declared in | JMSGConstants.h |
---|
JMSGChatRoomEventType
聊天室事件类型
上层通过 JMSGEventDelegate 类里的方法来监听此类事件
Definition
typedef NS_ENUM(NSInteger, JMSGChatRoomEventType ) {
kJMSGEventNotificationChatRoomAddAdmin = 130,
kJMSGEventNotificationChatRoomDelAdmin = 131,
kJMSGEventNotificationChatRoomAddBlacklist = 132,
kJMSGEventNotificationChatRoomDelBlacklist = 133,
};
Constants
kJMSGEventNotificationChatRoomAddAdmin
-
事件类型:添加管理员
Declared In
JMSGConstants.h
. kJMSGEventNotificationChatRoomDelAdmin
-
事件类型:删除管理员
Declared In
JMSGConstants.h
. kJMSGEventNotificationChatRoomAddBlacklist
-
事件类型:添加黑名单
Declared In
JMSGConstants.h
. kJMSGEventNotificationChatRoomDelBlacklist
-
事件类型:删除黑名单
Declared In
JMSGConstants.h
.
Declared In
JMSGConstants.h