getUnreadCount

public Unit getUnreadCount(OperationHandler<Integer> handler)

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

Unread count Operation

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

Parameters

subChannelId

sub-channel ID

communityChannel.getUnreadCount { count, error ->
if (error == null && count != null) {
```kotlin
}
}

}