[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

@@ -20,6 +20,7 @@ public:
const char * title() override;
void viewWillAppear() override;
void viewDidDisappear() override;
TELEMETRY_ID("Values");
// Responder
virtual bool handleEvent(Ion::Events::Event event) override;