GlideChatUIImageEngine

Default ChatUIImageEngine implementation backed by Glide.

Loaded automatically by the SDK unless a custom engine is set via setChatUIImageEngine.

Constructors

Link copied to clipboard
public void GlideChatUIImageEngine()

Functions

Link copied to clipboard
public void loadAsGifImage(Context context, String url, ImageView imageView)
Loads a GIF image into the given ImageView.
Link copied to clipboard
public void loadConversationListPortrait(Context context, String url, ImageView imageView, BaseChannel channel)
Link copied to clipboard
public void loadConversationPortrait(Context context, String url, ImageView imageView, Message message)
Link copied to clipboard
public void loadFolderImage(Context context, String url, ImageView imageView)
Loads a thumbnail for an album/folder entry with rounded corners.
Link copied to clipboard
public void loadGridImage(Context context, String url, ImageView imageView)
Loads a thumbnail for a grid image picker item.
Link copied to clipboard
public void loadGroupPortrait(Context context, String url, ImageView imageView)
Link copied to clipboard
public void loadImage(Context context, String url, ImageView imageView)
Loads an image into the given ImageView.
Link copied to clipboard
public void loadUserPortrait(Context context, String url, ImageView imageView)