NIMUserManagerDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | NIMUserManagerProtocol.h |
– onFriendChanged:
Friends status changes (online)
- (void)onFriendChanged:(NIMUser *)user
Parameters
user |
User object |
---|
Discussion
Friends status changes (online)
Declared In
NIMUserManagerProtocol.h
– onBlackListChanged
Blacklist changes (online)
- (void)onBlackListChanged
Discussion
Blacklist changes (online)
Declared In
NIMUserManagerProtocol.h
– onMuteListChanged
List of muted members (online)
- (void)onMuteListChanged
Discussion
List of muted members (online)
Declared In
NIMUserManagerProtocol.h
– onUserInfoChanged:
User profile changes (online)
- (void)onUserInfoChanged:(NIMUser *)user
Parameters
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