JS8Call-Improved master
Loading...
Searching...
No Matches
ActivitySettingsKeys.h
Go to the documentation of this file.
1
5#pragma once
6
16namespace ActivitySettings {
18inline constexpr char ACTIVITY_DB_ID_KEY[] = "ActivityDbId";
20inline constexpr char ACTIVITY_DB_CLONE_FROM_KEY[] = "ActivityDbCloneFrom";
21} // namespace ActivitySettings
The per-configuration settings keys of the activity store.
constexpr char ACTIVITY_DB_CLONE_FROM_KEY[]
The marker that replaces that id in a clone, naming its source.
Definition ActivitySettingsKeys.h:20
constexpr char ACTIVITY_DB_ID_KEY[]
The key a configuration stores its activity store id under.
Definition ActivitySettingsKeys.h:18