Accounts

inner class Accounts

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun add(username: String, password: String, world: Int? = null, bankPin: String? = null, tags: String? = null, notes: String? = null, proxyId: Int? = null): Int
Link copied to clipboard
fun delete(accountId: Int)
Link copied to clipboard
fun list(): List<Account>
Link copied to clipboard
fun save(accountId: Int, username: String? = null, password: String? = null, world: Int? = null, bankPin: String? = null, tags: String? = null, notes: String? = null, proxyId: Int? = null)