contacts

abstract val contacts: IviDataSource<ContactsDataSourceElement, ContactsDataSourceQuery>

Data set of contacts synced from sources where ContactsDataSourceElement is the data structure containing details about the Contact. Contacts can be queried using ContactsDataSourceQuery.

Empty data source if phoneBookSynchronizationStatus is not PhoneBookSynchronizationStatus.SYNCHRONIZATION_IN_PROGRESS.

Contact synchronization is a continuous process, therefore this property should be observed for changes in order to get the latest data.