RecoverManager

interface RecoverManager

Properties

Link copied to clipboard
abstract val state: StateFlow<RecoverState>

Returns the state of the contacts restore process.

Functions

Link copied to clipboard
abstract fun getDeletedContacts(): Flow<List<ContactItem>>

Returns the state of the contacts restore process.

Link copied to clipboard
abstract fun recover(contacts: List<ContactItem>): Job

Starts a restore of contacts