Titanium.Contacts.Group

Object of Titanium.Contacts.
Platform Since
iPhone 1.4.0
iPad 1.4.0

Summary

An object which represents a group in the contacts database.

Methods

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

Properties

Name Type Summary
name String

The name of the group

Events

This type has no events.