mmkv_platform_interface library
Classes
- MMKVHandler
- Callback handler for MMKV. Callback is called on the operating thread of the MMKV instance.
- MMKVPluginPlatform
- The interface class that all implementation of MMKV platform plugin must extend
- MMKVPluginPlatformFFI
- A helper class to ease the implementation of MMKV platform plugin in FFI
Enums
- MMKVLogLevel
- Log level for MMKV.
- MMKVRecoverStrategic
- The recover strategic of MMKV on errors. {@link MMKV#registerHandler}
Typedefs
-
ContentCallbackRegister
= void Function(Pointer<
NativeFunction< )ContentCallbackWrap> > -
ContentCallbackRegisterWrap
= Void Function(Pointer<
NativeFunction< )ContentCallbackWrap> > -
ContentCallbackWrap
= Void Function(Pointer<
Utf8> ) -
ErrorCallbackRegister
= void Function(Pointer<
NativeFunction< )ErrorCallbackWrap> > -
ErrorCallbackRegisterWrap
= Void Function(Pointer<
NativeFunction< )ErrorCallbackWrap> > -
ErrorCallbackWrap
= Int32 Function(Pointer<
Utf8> , Int32) -
LogCallbackRegister
= void Function(Pointer<
NativeFunction< )LogCallbackWrap> > -
LogCallbackRegisterWrap
= Void Function(Pointer<
NativeFunction< )LogCallbackWrap> > -
LogCallbackWrap
= Void Function(Uint32, Pointer<
Utf8> , Int32, Pointer<Utf8> , Pointer<Utf8> )