CONTACT

Members

contact.getContact({ name = "" })

“Get all contact numbers”

Parameters:name (str) – user name
Raises:CONTACT_ERROR: an exception was raised during the process
Raises:CONTACT_NOT_FOUND: contact could be found
Return type:contact.ContactEvent
class contact.ContactEvent
getSize()
Returns:number of contacts associated with desired name
getContact(int index)
Returns:returns indexth contact in arraylist of contacts
Return type:contact.Contact
class Contact
getNumber()
Returns:contact’s number
getType()
Returns:contact’s type (ie: “HOME”, “MOBILE”, “WORK”, “UNKNOWN”)