initialize
Initialize MMKV
Parameters
path
storage path
conf
options
---Note:
On iOS, use initializeWithMultiProcess to enable multi-process support.
On Android, MMKVCLibLoader should return the packaged so file name.
On JVM platform, return the absolute path to dll/so/dylib.
Initialize MMKV
Parameters
path
storage path
options
options
---Note:
On iOS, use initializeWithMultiProcess to enable multi-process support.
On Android, MMKVCLibLoader should return the packaged so file name.
On JVM platform, return the absolute path to dll/so/dylib.
actual fun <Error class: unknown class>.initialize(path: String, options: <Error class: unknown class>)