[apps] Add screen telemetry identification

This commit is contained in:
Romain Goyet
2020-02-13 19:06:54 -05:00
committed by Ecco
parent b06de12902
commit 5dee4a8166
49 changed files with 51 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ class StoreController : public EditableCellTableViewController, public ButtonRow
public:
StoreController(Responder * parentResponder, InputEventHandlerDelegate * inputEventHandlerDelegate, DoublePairStore * store, ButtonRowController * header);
View * view() override { return &m_contentView; }
TELEMETRY_ID("Store");
virtual StoreContext * storeContext() = 0;
void displayFormulaInput();