IChannel Processor
Channel business processor.
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
public abstract void onExistUnreadMessage(ChannelViewModel viewModel, long sentTime, int unreadMessageCount)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Message click event.
Link copied to clipboard
Message long-press event.
Link copied to clipboard
public abstract void onMessageReceiptRequest(ChannelViewModel viewModel, ChannelType conversationType, String targetId, String messageUId)
Link copied to clipboard
public abstract boolean onReceived(ChannelViewModel messageViewModel, UiMessage message, int left, boolean hasPackage, boolean offline)
Callback invoked when a message is received.
Link copied to clipboard
Callback for command messages (MessageTag is None or Status).
Link copied to clipboard
Link copied to clipboard
public abstract void onUserPortraitClick(Context context, ChannelType conversationType, UserInfo userInfo, String targetId)
User portrait click event.
Link copied to clipboard
public abstract boolean onUserPortraitLongClick(Context context, ChannelType conversationType, UserInfo userInfo, String targetId)
User portrait long-press event.
Link copied to clipboard