Interface MMKV.LibLoader

  • Enclosing class:
    MMKV

    public static interface MMKV.LibLoader
    The interface for providing a 3rd library loader (the ReLinker https://github.com/KeepSafe/ReLinker, etc).
    • Method Summary

      Modifier and Type Method Description
      void loadLibrary​(java.lang.String libName)  
    • Method Detail

      • loadLibrary

        void loadLibrary​(java.lang.String libName)