Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Ti
Contacts
Module Contacts
Index
Variables
AUTHORIZATION_AUTHORIZED
AUTHORIZATION_DENIED
AUTHORIZATION_RESTRICTED
AUTHORIZATION_UNKNOWN
CONTACTS_KIND_ORGANIZATION
CONTACTS_KIND_PERSON
CONTACTS_SORT_FIRST_NAME
CONTACTS_SORT_LAST_NAME
bubbleParent
contactsAuthorization
Modules
Tizen
Interfaces
Group
Person
Functions
addEventListener
applyProperties
createGroup
createPerson
fireEvent
getAllGroups
getAllPeople
getBubbleParent
getContactsAuthorization
getGroupByID
getPeopleWithName
getPersonByID
removeEventListener
removeGroup
removePerson
requestAuthorization
revert
save
setBubbleParent
showContacts
Variables
AUTHORIZATION_AUTHORIZED
:
number
AUTHORIZATION_DENIED
:
number
AUTHORIZATION_RESTRICTED
:
number
AUTHORIZATION_UNKNOWN
:
number
CONTACTS_KIND_ORGANIZATION
:
number
CONTACTS_KIND_PERSON
:
number
CONTACTS_SORT_FIRST_NAME
:
number
CONTACTS_SORT_LAST_NAME
:
number
bubbleParent
:
boolean
contactsAuthorization
:
number
Functions
addEventListener
(
name
:
string
, callback
:
(...args: any[]) => any
)
Parameters
name:
string
callback:
(...args: any[]) => any
applyProperties
(
props
:
Dictionary
)
Parameters
props:
Dictionary
createGroup
(
parameters
?:
Dictionary
)
:
Group
Parameters
parameters?:
Dictionary
optional
Returns
Group
createPerson
(
parameters
?:
Dictionary
)
:
Person
Parameters
parameters?:
Dictionary
optional
Returns
Person
fireEvent
(
name
:
string
, event
:
Dictionary
)
Parameters
name:
string
event:
Dictionary
getAllGroups
(
)
:
Group
[]
Returns
Group
[]
getAllPeople
(
limit
:
number
)
:
Person
[]
Parameters
limit:
number
Returns
Person
[]
getBubbleParent
(
)
:
boolean
Returns
boolean
getContactsAuthorization
(
)
:
number
Returns
number
getGroupByID
(
id
:
number
)
:
Group
Parameters
id:
number
Returns
Group
getPeopleWithName
(
name
:
string
)
:
Person
[]
Parameters
name:
string
Returns
Person
[]
getPersonByID
(
id
:
number
)
:
Person
Parameters
id:
number
Returns
Person
removeEventListener
(
name
:
string
, callback
:
(...args: any[]) => any
)
Parameters
name:
string
callback:
(...args: any[]) => any
removeGroup
(
group
:
Group
)
Parameters
group:
Group
removePerson
(
person
:
Person
)
Parameters
person:
Person
requestAuthorization
(
callback
:
(...args: any[]) => any
)
Parameters
callback:
(...args: any[]) => any
revert
(
)
save
(
contacts
:
Person
[]
)
Parameters
contacts:
Person
[]
setBubbleParent
(
bubbleParent
:
boolean
)
Parameters
bubbleParent:
boolean
showContacts
(
params
:
showContactsParams
)
Parameters
params:
showContactsParams
Globals
Global
Ti
Ti.Android
Ti.Android.Calendar
Ti.App
Ti.App.iOS
Ti.Calendar
Ti.Cloud
Ti.Contacts
Ti.Contacts.Tizen
Ti.Database
Ti.Facebook
Ti.Filesystem
Ti.Geolocation
Ti.Geolocation.Android
Ti.Map
Ti.Media
Ti.Network
Ti.Network.Socket
Ti.Platform
Ti.UI
Ti.UI.Android
Ti.UI.MobileWeb
Ti.UI.iOS
Ti.UI.iPad
Ti.UI.iPhone
Ti.XML
AUTHORIZATION_AUTHORIZED
AUTHORIZATION_DENIED
AUTHORIZATION_RESTRICTED
AUTHORIZATION_UNKNOWN
CONTACTS_KIND_ORGANIZATION
CONTACTS_KIND_PERSON
CONTACTS_SORT_FIRST_NAME
CONTACTS_SORT_LAST_NAME
bubbleParent
contactsAuthorization
Group
Person
addEventListener
applyProperties
createGroup
createPerson
fireEvent
getAllGroups
getAllPeople
getBubbleParent
getContactsAuthorization
getGroupByID
getPeopleWithName
getPersonByID
removeEventListener
removeGroup
removePerson
requestAuthorization
revert
save
setBubbleParent
showContacts