黑莓 - 如何获取 BlackBerryContact 类别?
我在 JDK 5.0.0 中没有找到任何用于获取 BlackBerryContact 类别的字段。 如果有任何其他方法来获取 BlackBerryContact 类别,请建议....
I have not found any fields in JDK 5.0.0 for getting Category of BlackBerryContact.
If there are any alternative way for getting Category of BlackBerryContact then please suggest....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 PIMItem.getCategories()
public String[] getCategories() - 获取该项目所属的所有类别。如果没有为该项目分配类别,则返回零长度数组。
try PIMItem.getCategories()
public String[] getCategories() - Gets all the categories to which this item belongs. If there are no categories assigned to this item, a zero length array is returned.