DocumentsInitializer

Bootstraps MMKV at process start so consumers never call MMKV.initialize themselves.

This is invoked by the androidx.startup framework via the merged manifest, not by user code.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(context: Context)
Link copied to clipboard
open override fun dependencies(): List<Class<out Initializer<*>>>