AutoSavePluginDataHolder

interface AutoSavePluginDataHolder : PluginDataHolder, CoroutineScope

可以持有相关 AutoSavePluginData 的对象.

实现 AutoSavePluginDataHolder

CoroutineScope.coroutineContext 中应用 CoroutineExceptionHandler

See also

Properties

Link copied to clipboard
abstract val autoSaveIntervalMillis: LongRange

AutoSavePluginData 每次自动保存时间间隔

Link copied to clipboard
abstract val coroutineContext: CoroutineContext
Link copied to clipboard
abstract val dataHolderName: String

保存时使用的分类名

Inheritors

Link copied to clipboard