interface GetTotalUnreadCount
invoke |
Returns the total unread messages count for the current user. You might also be interested in GetUnreadChannelCount Or ChannelController.unreadCount abstract operator fun invoke(): Call2<LiveData<Int>> |
GetTotalUnreadCountImpl |
class GetTotalUnreadCountImpl : GetTotalUnreadCount |