NIMUserManagerDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | NIMUserManagerProtocol.h |
– onFriendChanged:
Friends status changes (online)
- (void)onFriendChanged:(NIMUser *)userParameters
user |
User object |
|---|
Discussion
Friends status changes (online)
Declared In
NIMUserManagerProtocol.h
– onBlackListChanged
Blacklist changes (online)
- (void)onBlackListChangedDiscussion
Blacklist changes (online)
Declared In
NIMUserManagerProtocol.h
– onMuteListChanged
List of muted members (online)
- (void)onMuteListChangedDiscussion
List of muted members (online)
Declared In
NIMUserManagerProtocol.h
– onUserInfoChanged:
User profile changes (online)
- (void)onUserInfoChanged:(NIMUser *)userParameters
user |
User object |
|---|
Discussion
User profile changes (online)
Considring the performance and the logic complexity of the upper layer, the current callback will not be triggered if the API is called locally to obtain the user profile.
Declared In
NIMUserManagerProtocol.h