企业信息变更通知
通知描述
收到该通知时,表示企业配置信息变更。
方法定义
1
|
- (void)onUserCorpInfoNotify:(HWMUserCorpInfoNotifyType)type; |
示例代码
- (void)onUserCorpInfoNotify:(HWMUserCorpInfoNotifyType)type { [HWMConsoleManager shareInstance].console = [NSString stringWithFormat:@"onUserCorpInfoNotify, %ld", type]; }
注意事项
- SDK初始化时订阅HWMNotifyHandler代理对象或者在需要处理的界面设置代理对象。
参数描述
枚举值 |
描述 |
---|---|
HWMUserCorpInfoNotifyTypeUserDelete |
用户已注销。 |
HWMUserCorpInfoNotifyTypeUserJoinTheCorp |
用户已加入新的企业(接受邀请、创建企业 变成新企业内的用户)。 |
HWMUserCorpInfoNotifyTypeUserLeaveTheCorp |
用户已被移出当前企业(企业管理员删除、解散、 用户主动离开企业变成注册用户)。 |
HWMUserCorpInfoNotifyTypeUserReset |
用户重置。 |
HWMUserCorpInfoNotifyTypeVmrChange |
VMR重置。 |
HWMUserCorpInfoNotifyTypeUserNameChange |
用户名变更。 |
HWMUserCorpInfoNotifyTypeUserStatusChange |
用户状态变化。 |