IKitImageEngine

public interface IKitImageEngine

Glide Image Loading Engine

Author

shaunak

Since

2023-08-21

Functions

Link copied to clipboard
public abstract void loadChatHeaderPortrait(Context context, String url, ImageView imageView, ConversationType type)
Loads the user avatar for a single message in the chat UI
Link copied to clipboard
public abstract void loadChatListPortrait(Context context, String url, ImageView imageView, Conversation conversation)
Loads the conversation list page, including the avatar for a single conversation
Link copied to clipboard
public abstract void loadChatMessagePortrait(Context context, String url, ImageView imageView, Message message)
Loads the user avatar for a single message in the chat UI