personalContacts

abstract val personalContacts: ArrayItemList<IRainbowContact>

Retrieves the personal contacts of the user.

Personal contacts typically represent contacts that are directly managed or owned by the user. These contacts are distinct from other types of contacts, such as rainbow contacts or roster contacts.

See createPersonalDirectoryContact, updatePersonalDirectoryContact and deletePersonalDirectoryContact to manage personal contacts.

Return

The user personal contacts list as an ArrayItemList of IRainbowContact.

Samples

com.ale.rainbowsdk.samples.PersonalContactsSample