Chat UIImage Engine
Image loading engine used by the ChatUI SDK.
Implement this interface to provide a custom image-loading backend. The default implementation is GlideChatUIImageEngine.
Register a custom implementation via setChatUIImageEngine.
Functions
Link copied to clipboard
public abstract void loadConversationListPortrait(Context context, String url, ImageView imageView, BaseChannel channel)
Loads the avatar for a single conversation item in the conversation list.
Link copied to clipboard
public abstract void loadConversationPortrait(Context context, String url, ImageView imageView, Message message)
Loads the user avatar shown next to a message in the conversation screen.
Link copied to clipboard
Loads a group avatar.
Link copied to clipboard
Loads a user avatar.