A Groups object represents Symbian contact groups as a dictionary like object with limited subset of dictionary functionality. Each group can be accessed using the group's unique id as a key. The Groups object returns a list like Group object as the value matching the given key.
The following common methods are supported: __iter__
, __getitem__
,
__delitem__
and __len__
.
[name]) |
Creates new contact group and returns corresponding Group object. Group name can be given as an optional parameter.
See About this document... for information on suggesting changes.