Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 applogic 聊天 sdk 并希望为用户计算未读消息的计数,我需要在我的 android 应用程序中显示与我的通知图标相同的计数。
您可以使用以下方法获取未读总数
int totalUnreadCount = new MessageDatabaseService(context).getTotalUnreadCount();
有关未读总数链接的文档,请参阅此链接