JMessage-iOS-SDK
Jump To…
Declared in | JMSGConstants.h |
---|
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
Copyright © 2019 HXHG. All rights reserved. Updated: 2019-05-06
Generated by appledoc 2.2.1 (build 1334).