JS8Call-Improved master
Loading...
Searching...
No Matches
ActivitySettings Namespace Reference

The per-configuration settings keys of the activity store. More...

Variables

constexpr char ACTIVITY_DB_ID_KEY [] = "ActivityDbId"
 The key a configuration stores its activity store id under.
constexpr char ACTIVITY_DB_CLONE_FROM_KEY [] = "ActivityDbCloneFrom"
 The marker that replaces that id in a clone, naming its source.

Detailed Description

The per-configuration settings keys of the activity store.

Declared once and shared, because MultiSettings writes the clone marker that ActivityStorageController reads: were the two spellings to drift apart, a clone would silently keep its source's id and the two configurations would then share - and clear - each other's history.