ContactsManager

interface ContactsManager

Types

Link copied to clipboard
object Companion

The root component of the contacts library. Provides child components responsible for the functionality of the library. To get started, you need to initialize and get the component using the build method.

Properties

Link copied to clipboard
abstract val backup: BackupManager

Backup management component.

Link copied to clipboard

Component for managing a blacklist of accounts. Contacts of blacklisted accounts do not participate in backup processes.

Link copied to clipboard
abstract val recover: RecoverManager

Component that manages the recovery of specific accounts.

Link copied to clipboard
abstract val restore: RestoreManager

Restore management component.