get Total Unread Mentioned Count
Get all community channel Unread @Total message count.
Parameters
sub Channel Id
sub-channel ID
CommunityChannel.getTotalUnreadMentionedCount { count, error ->
if (error == null && count != null) {
println("all community channel Unread @message: $count")
}
}Content copied to clipboard
handler
Completion callback, Returns Unread @Total message count