AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.adapter
/
CoreAPI
/
SessionAPI
/
getUsageSnapshots
get
Usage
Snapshots
jvm
abstract
suspend
fun
getUsageSnapshots
(
)
:
Map
<
UUID
,
UsageSnapshot
>
(
source
)
获取历史的全部 Usage。
Return
key 为消息 id,value 为
UsageSnapshot
,可以通过
loadMessages
反查对应消息。
See also
Usage
Snapshot