AccountManager

Constructors

Link copied to clipboard
constructor(defIndex: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
protected val accountId: String
Link copied to clipboard
Link copied to clipboard
abstract val createAccountUrl: String?
Link copied to clipboard
abstract val icon: Int?
Link copied to clipboard
abstract val idPrefix: String
Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val requiresLogin: Boolean

Functions

Link copied to clipboard
fun changeAccount(index: Int)
Link copied to clipboard
Link copied to clipboard
fun init()
Link copied to clipboard
abstract fun loginInfo(): AuthAPI.LoginInfo?
Link copied to clipboard
abstract fun logOut()
Link copied to clipboard
protected fun registerAccount()
Link copied to clipboard
protected fun removeAccountKeys()
Link copied to clipboard
protected fun switchToNewAccount()
Link copied to clipboard
protected fun switchToOldAccount()