This library contains the code that (along with Feature Engagement) will allow you to implement In-Product-Help (IPH) and Tutorials in any framework.
The following libraries are available:
- common - contains platform- and framework-agnostic APIs for working with HelpBubbles, IPH, and Tutorials.
- views - contains code required to display a
HelpBubble
in a Views-based UI. - webui - contains code required to display a
HelpBubble
on a WebUI surface.
The Chrome Browser already builds-in the necessary support for help bubbles attached to/embedded in Views, WebUI, and Mac-native context menus. You may refer to browser_user_education_service for an example that could be extended to other (especially Views-based) platforms.