Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Side by Side Diff: components/feature_engagement_tracker/README.md

Issue 2782113002: Add component for feature engagement tracking. (Closed)
Patch Set: Fix typo in //chrome/android/java/DEPS Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Feature Engagement Tracker
2
3 The Feature Engagement Tracker provides a client-side backend for displaying
4 feature enlightenment or in-product help (IPH) with a clean and easy to use API
5 to be consumed by the UI frontend. The backend behaves as a black box and takes
6 input about user behavior. Whenever the frontend gives a trigger signal that
7 in-product help could be displayed, the backend will provide an answer to
8 whether it is appropriate to show it or not.
9
10 The frontend only needs to deal with user interactions and how to display the
11 feature enlightenment or in-product help itself.
12
13 The backend is feature agnostic and have no special logic for any specific
14 features, but instead provides a generic API.
OLDNEW
« no previous file with comments | « components/feature_engagement_tracker/OWNERS ('k') | components/feature_engagement_tracker/internal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698