com.beem.project.beem.service
Class BeemAvatarManager
java.lang.Object
com.beem.project.beem.smack.avatar.AvatarManager
com.beem.project.beem.service.BeemAvatarManager
public class BeemAvatarManager
- extends AvatarManager
An AvatarManager for Beem.
It allows to publish avatar on the Android platform.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeemAvatarManager
public BeemAvatarManager(Context ctx,
Connection con,
PepSubManager pepMgr,
AvatarCache cache,
boolean autoDownload)
- Create a BeemAvatarManager.
- Parameters:
ctx - the Android contextcon - the connectionpepMgr - the PepSubManager of the connectioncache - the cache which will store the avatarsautoDownload - tre to enable auto download of avatars
publishAvatar
public boolean publishAvatar(Uri avatarUri)
- Publish an avatar.
- Parameters:
avatarUri - the uri of the avatar
- Returns:
- true if the avatar was successfully published
Copyright © 2009 Beem-project.com. All Rights Reserved.