Package com.tencent.mmkv
Interface MMKVContentChangeNotification
-
public interface MMKVContentChangeNotificationInter-process content change notification. Triggered by any method call, such as getXXX() or setXXX() orMMKV.checkContentChangedByOuterProcess().
-
-
Method Summary
Modifier and Type Method Description voidonContentChangedByOuterProcess(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() orMMKV.checkContentChangedByOuterProcess().- Parameters:
mmapID- The unique ID of the changed MMKV instance.
-
-