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....
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||||
|
|