Searched defs:ReportConfig (Results 1 – 1 of 1) sorted by relevance
72 struct ReportConfig { struct74 std::string name;77 bool debugMode = false;80 std::string routeInfo;83 std::string appId;86 TriggerCondition triggerCond;89 std::unordered_set<std::string> userIdNames;92 std::unordered_set<std::string> userPropertyNames;95 std::vector<EventConfig> eventConfigs;98 int configId = 0;[all …]