Companion

public class Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

========================================

Link copied to clipboard

Create community channel specified sub-channel Keyword Message search Pagination query object.

Link copied to clipboard

Create community channel all sub-channel Message search Pagination query object.

Link copied to clipboard
public final Unit deleteMessages(CommunityDeleteMessagesParams params, OperationHandler<Boolean> handler)
Link copied to clipboard
Link copied to clipboard
public final Unit getChannel(String channelId, OperationHandler<CommunityChannel> handler)

Based on channelIDGet community channel Instance.

Link copied to clipboard
public final Unit getChannelsUnreadInfo(Array<String> channelIds, OperationHandler<List<ChannelUnreadInfo>> handler)

Get specified community channel List Unread Info.

Link copied to clipboard
public final Unit getMessageCount(CommunityMessageCountParams params, OperationHandler<Integer> handler)

========================================

Link copied to clipboard
public final Unit getTotalUnreadCount(OperationHandler<Integer> handler)

Get all community channel Unread messages Total count.

Link copied to clipboard
public final Unit getTotalUnreadMentionedCount(OperationHandler<Integer> handler)

Get all community channel Unread @Total message count.

Link copied to clipboard
public final CommunityChannel obtainChannel(String channelId)

Get community channel memory Object.