Zendesk:如何获取 iOS 中的未读消息数?

Zendesk: How can I get unread message count in iOS?

我在它的开发文档中搜索,没有找到方法。

https://develop.zendesk.com/hc/en-us/community/posts/360001687168-How-can-I-get-unread-message-count-related-to-tickets-in-android-and-iOS

link 太旧,无法获得有用的解决方案。

找到方法:

ZDKRequestProvider().getUpdatesForDevice { requestUpdates in
    
}