data class DefaultAndroidDittoSyncKitDependencies : AndroidDittoSyncKitDependencies
Provides a default set of dependencies that you can pass to the live.ditto.DittoSyncKit initializer that will work on Android.
<init> |
Provides a default set of dependencies that you can pass to the live.ditto.DittoSyncKit initializer that will work on Android. DefaultAndroidDittoSyncKitDependencies(context: Context) |
context |
fun context(): Context |
ensureDirectoryExists |
fun ensureDirectoryExists(path: String): Unit |
loadLibrary |
fun loadLibrary(name: String, version: String): Unit |
persistenceDirectory |
fun persistenceDirectory(): String |