RoomContainerImpl

class RoomContainerImpl(context: Context, scope: CoroutineScope) : RoomContainer

The RoomContainerImpl class implements the RoomContainer interface and provides instances of different databases.

Constructors

Link copied to clipboard
constructor(context: Context, scope: CoroutineScope)

Properties

Link copied to clipboard
open override val cargoDatabase: CargoDatabase
Link copied to clipboard
open override val imageDatabase: ImageDatabase
Link copied to clipboard
Link copied to clipboard
open override val userDatabase: UserDatabase