I am trying to get the display picture for the user following the example given by the MsnObjectMessenger example. I was able to get the display picture for the first run. However, if the contact update the display picture, how I would know about this.
Is there a way to get a notification from the server when the user contact changes its display picture?
Please help. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to get the display picture for the user following the example given by the MsnObjectMessenger example. I was able to get the display picture for the first run. However, if the contact update the display picture, how I would know about this.
Is there a way to get a notification from the server when the user contact changes its display picture?
Please help. Thanks
Yes it is possible. Sample Code for you :
By the way is it possible to change profile picture. Is following code works for this issue ?
DisplayPictureDuelManager displayPictureDuelManager = messenger.getDisplayPictureDuelManager();
displayPictureDuelManager.setDisplayPicutre(msnObject);