Quickblox Android: Total unread messages count request
问题 I have seen that in the iOS sdk and the API I can get the total unread messages count, but I couldn't find a way to do the same with the Quickblox Android SDK. Is there a way to achieve this? I need something similar to this but for Android instead of iOS: let dialogsIDs: NSSet = NSSet(array: ["55fae39ca28f9a701d0058fb"]) QBRequest.totalUnreadMessageCountForDialogsWithIDs(dialogsIDs as! Set<String>, successBlock: { (response: QBResponse, count: UInt, dialogs: [String : AnyObject]?) -> Void in