trixnity-client
Toggle table of contents
4.13.5
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
GlobalAccountDataRepository
Global
Account
Data
Repository
interface
GlobalAccountDataRepository
:
MapRepository
<
String
,
String
,
ClientEvent.GlobalAccountDataEvent
<
*
>
>
Inheritors
InMemoryGlobalAccountDataRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
firstKey
:
String
,
secondKey
:
String
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
firstKey
:
String
)
:
Map
<
String
,
ClientEvent.GlobalAccountDataEvent
<
*
>
>
abstract
suspend
fun
get
(
firstKey
:
String
,
secondKey
:
String
)
:
ClientEvent.GlobalAccountDataEvent
<
*
>
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
firstKey
:
String
,
secondKey
:
String
,
value
:
ClientEvent.GlobalAccountDataEvent
<
*
>
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
firstKey
:
String
,
secondKey
:
String
)
:
String