AppDataService

Base service module for work with db room

Author

Vitaliy Zarubin

Constructors

AppDataService
Link copied to clipboard
fun AppDataService(db: AppDatabase, dbSecurity: AppSecurityDatabase)

Functions

clearCacheAfterLogout
Link copied to clipboard
open suspend override fun clearCacheAfterLogout()

Performed when the user logs out

Properties

db
Link copied to clipboard
open override val db: AppDatabase

Base room db

dbSecurity
Link copied to clipboard
open override val dbSecurity: AppSecurityDatabase

Base room db