public interface AvatarManager
Manager to retrieve avatar Thumbnails.
| Modifier and Type | Method and Description | 
|---|---|
Thumbnail | 
getAvatar(String ambiguousId,
         int size)
Gets the avatar  
Thumbnail for a given user. | 
Thumbnail getAvatar(String ambiguousId, int size)
Gets the avatar Thumbnail for a given user.
ambiguousId - id of the user for which to get the avatar. If the user id has a value of 'NULL_USER_ID' the default avatar is returnedsize - the preferred size of the avatar thumbnail, 0 for the original sizeIllegalStateException - if the given user cannot be foundRuntimeException - if something went wrong while retrieving or processing the avatar thumbnailCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.