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.
我正在使用处理程序,我想计算待处理消息的数量。但是,我没有看到允许我获取此信息的方法。
是否可以 ?
似乎因为有一个hasMessages(int what),为什么不公开类似的东西getMessageCount(int what)?
hasMessages(int what)
getMessageCount(int what)
与其使用 Handler,更好的解决方案是实现 Queue。