-
public interface MMKVContentChangeNotificationInter-process content change notification. Triggered by any method call, such as getXXX() or setXXX() or checkContentChangedByOuterProcess.
-
-
Method Summary
Modifier and Type Method Description abstract voidonContentChangedByOuterProcess(String mmapID)Inter-process content change notification. -
-
Method Detail
-
onContentChangedByOuterProcess
abstract void onContentChangedByOuterProcess(String mmapID)
Inter-process content change notification.Triggered by any method call, such as getXXX() or setXXX() or checkContentChangedByOuterProcess.
- Parameters:
mmapID- The unique ID of the changed MMKV instance.
-
-
-
-