RestoreManager

interface RestoreManager

Properties

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

Returns the state of the contacts restore process.

Functions

Link copied to clipboard
abstract suspend fun deleteBook(bookId: String)

Delete books by bookId.

Link copied to clipboard
abstract fun getBooks(): Flow<List<BookItem>>

Deletes books.

Link copied to clipboard
abstract fun restore(books: List<BookItem>): Job

Starts a restore of contacts