JMSGLoginStatusChangeEventType Constants Reference
Declared in | JMSGConstants.h |
---|
JMSGLoginStatusChangeEventType
用户登录状态变更事件类型
上层通过 JMSGUserDelegate 类里的方法来监听此类事件
Definition
typedef NS_ENUM(NSInteger, JMSGLoginStatusChangeEventType ) {
kJMSGEventNotificationLoginKicked = 1,
kJMSGEventNotificationServerAlterPassword = 2,
kJMSGEventNotificationUserLoginStatusUnexpected = 70,
kJMSGEventNotificationCurrentUserInfoChange = 40,
kJMSGEventNotificationCurrentUserDeleted = 10001,
kJMSGEventNotificationCurrentUserDisabled = 10002,
};
Constants
kJMSGEventNotificationLoginKicked
-
事件类型: 登录被踢
Declared In
JMSGConstants.h
. kJMSGEventNotificationServerAlterPassword
-
事件类型: 非客户端修改密码强制登出事件
Declared In
JMSGConstants.h
. kJMSGEventNotificationUserLoginStatusUnexpected
-
事件类型:用户登录状态异常事件(需要重新登录)
Declared In
JMSGConstants.h
. kJMSGEventNotificationCurrentUserInfoChange
-
事件类型:当前登录用户信息变更通知事件(非客户端修改)
Declared In
JMSGConstants.h
. kJMSGEventNotificationCurrentUserDeleted
-
事件类型:当前登录用户被删除事件(本地用户信息会被清空)
Declared In
JMSGConstants.h
. kJMSGEventNotificationCurrentUserDisabled
-
事件类型:当前登录用户被禁用事件(本地用户信息会被清空)
Declared In
JMSGConstants.h
.
Declared In
JMSGConstants.h