Companion

object Companion

Functions

buildDatabase
Link copied to clipboard
fun buildDatabase(context: Context): AccountManagerDatabase
databaseBuilder
Link copied to clipboard
fun databaseBuilder(context: Context): RoomDatabase.Builder<AccountManagerDatabase>
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

migrations
Link copied to clipboard
val migrations: List<Migration>
name
Link copied to clipboard
const val name: String
version
Link copied to clipboard
const val version: Int = 6