hi guys
it is there away i can get notification when the msncontact change their display name?
thank you
Yes,
I believe I can say that it's handled by the status-change-notification (int the PrettyMsnListener).
public void contactStatusChanged(MsnMessenger messenger, MsnContact friend) {
You've to do some coding if you want to know what changed, status or nickname.
Anyone, correct me if I'm wrong and there is a better way :)
thx man
it works
thank you so much
Log in to post a comment.
hi guys
it is there away i can get notification when the msncontact change their display name?
thank you
Yes,
I believe I can say that it's handled by the status-change-notification (int the PrettyMsnListener).
public void contactStatusChanged(MsnMessenger messenger, MsnContact friend) {
You've to do some coding if you want to know what changed, status or nickname.
Anyone, correct me if I'm wrong and there is a better way :)
thx man
it works
thank you so much