trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
GlobalAccountDataDao
Global
Account
Data
Dao
interface
GlobalAccountDataDao
Inheritors
GlobalAccountDataDao_Impl
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
type
:
String
)
abstract
suspend
fun
delete
(
type
:
String
,
key
:
String
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
All
By
Type
Link copied to clipboard
abstract
suspend
fun
getAllByType
(
type
:
String
)
:
List
<
RoomGlobalAccountData
>
get
By
Keys
Link copied to clipboard
abstract
suspend
fun
getByKeys
(
type
:
String
,
key
:
String
)
:
RoomGlobalAccountData
?
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
entity
:
RoomGlobalAccountData
)
insert
All
Link copied to clipboard
abstract
suspend
fun
insertAll
(
entities
:
List
<
RoomGlobalAccountData
>
)