This site requires JavaScript, please enable it in your browser!
Greenfoot back
erdelf
erdelf wrote ...

2012/6/10

getUserImage() questions

erdelf erdelf

2012/6/10

#
Is there a way to check if the user is logged in before using the getUserImage() method?
tylers tylers

2012/6/10

#
Yer
if(userInfo.isStorageAvailable())
{//then do what you want.
} 
You need to login to post a reply.