gpt4 book ai didi

java - 使用 J2ME 从 symbian 中检索组

转载 作者:行者123 更新时间:2023-11-30 11:59:12 25 4
gpt4 key购买 nike

我得到了 symbian 的联系人列表,但没有得到该组。获取我编码的联系人列表

PIM pim;

pim=PIM.getInstance();

ContactList clist=null;

clist=(ContactList)pim.openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);

Contact c=null;

Enumeration contacts=clist.items();

while(contacts.hasMoreElements()){
c=(Contact)contacts.nextElement();
...
...
}

现在如何获取群组并检索群组成员?

最佳答案

通常,组应该使用 JSR-75 类别来实现。

尝试使用:

PIMList.getCategories()
PIMList.itemsByCategory()
PIMItem.getCategories()

关于java - 使用 J2ME 从 symbian 中检索组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2682359/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com