RoomModule

@Module
object RoomModule

Functions

Link copied to clipboard
@Singleton
@Provides
fun getAttendanceDao(database: BitDatabase): AttendanceDao
Link copied to clipboard
@Singleton
@Provides
fun getChatDao(database: BitDatabase): ChatDao
Link copied to clipboard
@Singleton
@Provides
fun getDatabase(context: Context, callback: BitDatabase.SyllabusCallback): BitDatabase
Link copied to clipboard
@Singleton
@Provides
fun getLibraryDao(database: BitDatabase): LibraryDao
Link copied to clipboard
@Singleton
@Provides
fun getSyllabusDao(database: BitDatabase): SyllabusDao