toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.room
/
SyllabusCallback
Syllabus
Callback
class
SyllabusCallback
@
Inject
constructor
(
database
:
Provider
<
BitDatabase
>
,
appScope
:
CoroutineScope
)
:
RoomDatabase.Callback
Members
Constructors
Syllabus
Callback
Link copied to clipboard
@
Inject
constructor
(
database
:
Provider
<
BitDatabase
>
,
appScope
:
CoroutineScope
)
Functions
on
Create
Link copied to clipboard
open
override
fun
onCreate
(
db
:
SupportSQLiteDatabase
)
on
Destructive
Migration
Link copied to clipboard
open
fun
onDestructiveMigration
(
db
:
SupportSQLiteDatabase
)
on
Open
Link copied to clipboard
open
fun
onOpen
(
db
:
SupportSQLiteDatabase
)