Interface MMKVContentChangeNotification

    • Method Summary

      Modifier and Type Method Description
      void onContentChangedByOuterProcess​(java.lang.String mmapID)
      Inter-process content change notification.
    • Method Detail

      • onContentChangedByOuterProcess

        void onContentChangedByOuterProcess​(java.lang.String mmapID)
        Inter-process content change notification. Triggered by any method call, such as getXXX() or setXXX() or MMKV.checkContentChangedByOuterProcess().
        Parameters:
        mmapID - The unique ID of the changed MMKV instance.