AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.debug
/
DbAPI
Db
API
interface
DbAPI
<
Entry
:
DbEntry
>
(
source
)
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
String
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
String
)
:
Entry
?
list
Link copied to clipboard
abstract
suspend
fun
list
(
range
:
UIntRange
)
:
List
<
Entry
>
put
Link copied to clipboard
abstract
suspend
fun
put
(
content
:
Entry
)