Interface ChannelAvatarViewProvider
-
- All Implemented Interfaces:
public interface ChannelAvatarViewProviderProvides views for the channel avatar.
-
-
Method Summary
Modifier and Type Method Description abstract AvatarImageViewregular()Provides a single view for the channel avatar. abstract UserAvatarViewsingleUser()Provides a single view for the user avatar. abstract List<AvatarImageView>userGroup(Integer userCount)Provides a list of views for the group avatar. -
-
Method Detail
-
regular
abstract AvatarImageView regular()
Provides a single view for the channel avatar.
-
singleUser
abstract UserAvatarView singleUser()
Provides a single view for the user avatar.
-
userGroup
abstract List<AvatarImageView> userGroup(Integer userCount)
Provides a list of views for the group avatar.
-
-
-
-