开发者

How to get the Group Id of symbian using J2ME

开发者 https://www.devze.com 2022-12-27 14:38 出处:网络
I got the group names by using ContactList 开发者_运维百科clist=(ContactList)pim.openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);

I got the group names by using

ContactList 开发者_运维百科clist=(ContactList)pim.openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);

String[] s=clist.getCategories();

and now i want the groupid like i am getting the contact id using Contact.uid


No such thing as Group Id in JSR-75, I'm afraid. Categories are just String.

0

精彩评论

暂无评论...
验证码 换一张
取 消