toggle menu
composeApp
android
common
ios
switch theme
search in API
composeApp
/
net.decodex.dcp.core.data
Package-level
declarations
Types
Functions
Types
App
Database
Link copied to clipboard
abstract
class
AppDatabase
:
RoomDatabase
,
DB
DB
Link copied to clipboard
interface
DB
Functions
create
Data
Store
Link copied to clipboard
android
common
ios
fun
createDataStore
(
context
:
Context
)
:
DataStore
<
Preferences
>
fun
createDataStore
(
producePath
:
(
)
->
String
)
:
DataStore
<
Preferences
>
fun
createDataStore
(
)
:
<Error class: unknown class>
<
<Error class: unknown class>
>
get
Database
Link copied to clipboard
android
ios
fun
getDatabase
(
context
:
Context
)
:
AppDatabase
fun
getDatabase
(
)
:
<Error class: unknown class>