WalletManager

interface WalletManager

A component that allows you to create, delete a wallet of documents, as well as perform authorization

Functions

Link copied to clipboard
abstract suspend fun authorize(password: String)

Authorization in the document wallet.

Link copied to clipboard
abstract suspend fun createWallet(password: String)

Create document wallet with custom password.

Link copied to clipboard
abstract suspend fun deleteWallet()

Deleting a document wallet.

Link copied to clipboard
abstract fun isWalletAuthorized(): Boolean

Determine if a document wallet has authorized.

Link copied to clipboard
abstract suspend fun isWalletCreated(): Boolean

Determine if a document wallet has been created.