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