JMessage-iOS-SDK
Jump To…
Declared in | JMSGConstants.h |
---|
typedef NS_ENUM(NSInteger, JMSGEventNotificationType ) {
kJMSGEventNotificationCreateGroup = 8,
kJMSGEventNotificationExitGroup = 9,
kJMSGEventNotificationAddGroupMembers = 10,
kJMSGEventNotificationRemoveGroupMembers = 11,
kJMSGEventNotificationUpdateGroupInfo = 12,
kJMSGEventNotificationGroupMemberSilence = 65,
kJMSGEventNotificationGroupAdminChange = 80,
kJMSGEventNotificationGroupOwnerChange = 82,
kJMSGEventNotificationGroupTypeChange = 83,
kJMSGEventNotificationDissolveGroup = 11001,
kJMSGEventNotificationGroupMaxMemberCountChange = 11002,
};
#### Constants
- kJMSGEventNotificationCreateGroup
-事件类型: 群组被创建 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationExitGroup
-事件类型: 退出群组 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationAddGroupMembers
-事件类型: 群组添加新成员 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationRemoveGroupMembers
-事件类型: 群组成员被踢出 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationUpdateGroupInfo
-事件类型: 群信息更新 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationGroupMemberSilence
-事件类型: 群禁言通知事件 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationGroupAdminChange
-事件类型: 管理员角色变更通知事件 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationGroupOwnerChange
-事件类型: 群主变更通知事件 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationGroupTypeChange
-事件类型: 群类型变更通知事件 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationDissolveGroup
-事件类型: 解散群组 Declared In
JMSGConstants.h
.
- kJMSGEventNotificationGroupMaxMemberCountChange
-事件类型: 群组成员上限变更 Declared In
JMSGConstants.h
.
#### Declared In
JMSGConstants.h
Copyright © 2019 HXHG. All rights reserved. Updated: 2019-05-06
Generated by appledoc 2.2.1 (build 1334).