| Platform | Since |
|---|---|
| iPhone | 1.4.0 |
| iPad | 1.4.0 |
An object which represents a group in the contacts database.
| Name | Summary |
|---|---|
| add |
Adds a person to the group |
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| getName |
Gets the value of the name property. |
| members |
The complete list of members of the group |
| remove |
Removes a person from the group |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| setName |
Sets the value of the name property. |
| sortedMembers |
A list of sorted members |
| Name | Type | Summary |
|---|---|---|
| name | String |
The name of the group |