AccountManager

interface AccountManager

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun deleteCurrentAccount()
Link copied to clipboard
abstract fun getAccounts(): List<DatabaseAccount>
Link copied to clipboard
abstract fun getCurrentAccount(): DatabaseAccount?
Link copied to clipboard
abstract fun getMaxAccounts(): Int?
Link copied to clipboard
abstract fun setMaxAccounts(maxAccounts: Int?)