@FunctionalInterface public static interface CollaborationAvatarGroup.ImageProvider
| Modifier and Type | Method and Description |
|---|---|
AbstractStreamResource |
getImageResource(UserInfo user)
Gets a stream resource that provides the avatar image for the given
user.
|
AbstractStreamResource getImageResource(UserInfo user)
user - the user for which to get a stream resource with the
image, not nullnull to not show use any avatar image for the
given userCopyright © 2021. All rights reserved.