Base Channel Processor
Base class for handling common logic across direct, group, and discussion channels.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Checks the read status; if persisted state exists, sends a read receipt.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public void onMessageReceiptRequest(ChannelViewModel viewModel, ChannelType conversationType, String targetId, String messageUId)
Link copied to clipboard
public boolean onReceived(ChannelViewModel viewModel, UiMessage message, int left, boolean hasPackage, boolean offline)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public void onUserPortraitClick(Context context, ChannelType conversationType, UserInfo userInfo, String targetId)
Link copied to clipboard
public boolean onUserPortraitLongClick(Context context, ChannelType conversationType, UserInfo userInfo, String targetId)
Link copied to clipboard